Enum AuthenticationError
Defines errors that occur during authentication.
Namespace: Sartorius.SAF.Security
Assembly: Sartorius.SAF.dll
Syntax
public enum AuthenticationError
Fields
Name | Description |
---|---|
AccountExpired | The account is expired. |
AccountLocked | The account is locked. |
CheckSumNotCorrect | The checksum of the data is not correct. |
LDAPUserOrPwdNotExist | The LDAP user name or password not found. |
None | No error |
PasswordExpired | The password is expired; it must be changed. |
PasswordNotCorrect | The password is not correct. |
PasswordRules | The password doesn't match the rules. |
UserNameNotExist | The user name not found. |