VerifyUserCredentials (IPersonnel)
Performs a check to verify that the provided user credentials are valid.
Inputs | Data Type | Description |
---|---|---|
Domain | String | Specifies the Windows domain of the user. Use an empty string if the provided credentials are not Windows credentials. |
IsEncrypted | Boolean | Specifies whether the entered password is encrypted (True) or plain text (False). |
Login Name | String | Specifies the login name of the account being verified. |
Password | String | Specifies the password of the account being verified. |
Outputs | Description | |
---|---|---|
Boolean | Indicates if the user credentials are valid. Valid return values are:
|