VerifyUserCredentials (IPersonnel)

Performs a check to verify that the provided user credentials are valid.

InputsData TypeDescription
DomainStringSpecifies the Windows domain of the user. Use an empty string if the provided credentials are not Windows credentials.
IsEncryptedBooleanSpecifies whether the entered password is encrypted (True) or plain text (False).
Login NameStringSpecifies the login name of the account being verified.
PasswordStringSpecifies the password of the account being verified.

OutputsDescription
Boolean Indicates if the user credentials are valid.

Valid return values are:

  • true
  • false