JScript | |
---|---|
public enum PasswordCheckRules extends System.Enum |
Member | Description |
---|---|
OK | OK. |
PASSWORD_CONTAINS_EMPLOYEEID | Password contains employee id. |
PASSWORD_CONTAINS_USERNAME | Password contains employee user name. |
PASSWORD_EMPTY | Password is empty. |
PASSWORD_EQUAL_EMPLOYEE_SSN | Password is equal to employee ssn. |
PASSWORD_EQUAL_EMPLOYEEID | Password is equal to employee id. |
PASSWORD_EQUAL_USERNAME | Password is equal user name. |
PASSWORD_IN_USER_NOTE | Password mustnot be contained in user note. |
PASSWORD_LONG | Password is too long. |
PASSWORD_MUST_CONTAIN_ALPHANUMERIC | Password must contain alphanumeric character. |
PASSWORD_MUST_CONTAIN_DIGITS | Password must contain digits. |
PASSWORD_MUST_CONTAIN_LOWER_CASE | Password must contain lower character. |
PASSWORD_MUST_CONTAIN_MIXEDCASE | Password must contain upper case and lower case characters. |
PASSWORD_MUST_CONTAIN_SPEC_CHAR | Password must contain special character. |
PASSWORD_MUST_CONTAIN_UPPER_CASE | Password must contain upper case character. |
PASSWORD_REPEATING_CHARACTERS | Password contains repeating characters. |
PASSWORD_REUSED | Password has been used in past already. |
PASSWORD_SHORT | Password is too short. |
PASSWORD_STARTS_EMPLOYEEID | Password starts with employee id. |
PASSWORD_STARTS_USERNAME | Password starts with user name. |
PASSWORD_TOO_SIMILAR_USERNAME | Password and user name is similar. |
System.Object
System.ValueType
System.Enum
Selerix.Foundation.Security.PasswordCheckRules
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family