Click or drag to resize

PasswordPolicy Properties

The PasswordPolicy type exposes the following members.

Properties
  NameDescription
Public propertyBlackList
Must not contain username, firstname, lastname
Public propertyDigit
Password must contain digit
Public propertyLower
Password must contain lower char
Public propertyMaxLength
Maximum length for password
Public propertyMinLength
Minimum length for password
Public propertyMustBeginWith
The first char of the password must contain one of those provided here
Public propertyMustNotContain
The chars in this string must not be one of these
Public propertyMustNotContainUserName
Must not contain username, firstname, lastname
Public propertySpecial
Password must contain special sign
Public propertyUpper
Password must contain upper char
Public propertyValidationMessage
The message to show if the validation fails
Top
See Also