For a list of all members of this type, see IPasswordCheckRulesConfigurationProvider members.
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. |