Verify that the supplied User Credentials are correct and optionally that the User is allowed to use the supplied Permission Key.
Syntax
ISSecurity.VerifyUserCredentials(credentials, [permissionKey], [userPk])
Parameters
| Name | Type | Optional | ByRef | Description |
| credentials |
String |
|
|
A concatenated String containing UserId/Password, e.g. Admin/Password. |
| permissionKey |
String |
Optional |
|
An optional permission key to check. |
| userPk |
Integer |
Optional |
ByRef |
This will be set to The primary key of the User specified in the Credentials if verification was successful.
If omitted, a value of 0 is assumed. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISSecurity
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0