BenSelect Documentation
PasswordCheckRules Enumeration
See Also  Send Feedback
Selerix.Foundation.Security Namespace : PasswordCheckRules Enumeration
Password check rules.

Syntax

JScript 
public enum PasswordCheckRules extends System.Enum

Members

MemberDescription
OKOK.
PASSWORD_CONTAINS_EMPLOYEEIDPassword contains employee id.
PASSWORD_CONTAINS_USERNAMEPassword contains employee user name.
PASSWORD_EMPTYPassword is empty.
PASSWORD_EQUAL_EMPLOYEE_SSNPassword is equal to employee ssn.
PASSWORD_EQUAL_EMPLOYEEIDPassword is equal to employee id.
PASSWORD_EQUAL_USERNAMEPassword is equal user name.
PASSWORD_IN_USER_NOTEPassword mustnot be contained in user note.
PASSWORD_LONGPassword is too long.
PASSWORD_MUST_CONTAIN_ALPHANUMERICPassword must contain alphanumeric character.
PASSWORD_MUST_CONTAIN_DIGITSPassword must contain digits.
PASSWORD_MUST_CONTAIN_LOWER_CASEPassword must contain lower character.
PASSWORD_MUST_CONTAIN_MIXEDCASEPassword must contain upper case and lower case characters.
PASSWORD_MUST_CONTAIN_SPEC_CHARPassword must contain special character.
PASSWORD_MUST_CONTAIN_UPPER_CASEPassword must contain upper case character.
PASSWORD_REPEATING_CHARACTERSPassword contains repeating characters.
PASSWORD_REUSEDPassword has been used in past already.
PASSWORD_SHORTPassword is too short.
PASSWORD_STARTS_EMPLOYEEIDPassword starts with employee id.
PASSWORD_STARTS_USERNAMEPassword starts with user name.
PASSWORD_TOO_SIMILAR_USERNAMEPassword and user name is similar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.Security.PasswordCheckRules

Requirements

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

See Also

© 2024 All Rights Reserved.