JScript | |
---|---|
public interface IPasswordCheckRulesConfigurationProvider |
Name | Description | |
---|---|---|
![]() | BreakOnCheckFail | Break check on any check fail |
![]() | PasswordCharacterRules | List of character rules to check. |
![]() | PasswordDoesntContainLoginName | Password shouldn't contain login name. |
![]() | PasswordDoesntEqualLoginName | Password shouldn't equal to login name. |
![]() | PasswordDoesntStartWithLoginName | Password shouldn't start with login name. |
![]() | PasswordHistoryCount | How many old password to remember in history for reusability check. |
![]() | PasswordMaxLength | Password maximum length. |
![]() | PasswordMaxRepeatingCharacters | Maximum amount of repeating characters. |
![]() | PasswordMaxValidityDays | For how many days password doesn't expire. |
![]() | PasswordMinCharacterRulesToApply | Minimum amount of character rules to pass validation. |
![]() | PasswordMinDigits | Minimum amount digits to include. |
![]() | PasswordMinLength | Password minimum length. |
![]() | PasswordMinLowerCaseLetters | Minimum amonut of lower case characters. |
![]() | PasswordMinSpecialCharacters | Minimum amount of special characters. |
![]() | PasswordMinUpperCaseLetters | Minimum amount of upper case characters. |
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