[This is preliminary documentation and is subject to change.]
Enumerated type for the password validation
Namespace:
OfficeClip.DBLayer.OemAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum OemPasswordValidate |
Visual Basic (Declaration) |
---|
Public Enumeration OemPasswordValidate |
Visual C++ |
---|
public enum class OemPasswordValidate |
Members
Member name | Description | |
---|---|---|
OemPasswordError | If the password is incorrectly typed | |
OemPasswordSuccess | If the password is correctly typed | |
OemPasswordNoSet | If the password in the database is not set | |
OemPasswordSet | If the password is set in the database | |
OemPasswordUnknownError | Unknown Error in the database password match |