PasswordPolicy Properties |
The PasswordPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| BlackList |
Must not contain username, firstname, lastname
| |
| Digit |
Password must contain digit
| |
| Lower |
Password must contain lower char
| |
| MaxLength |
Maximum length for password
| |
| MinLength |
Minimum length for password
| |
| MustBeginWith |
The first char of the password must contain one of those provided here
| |
| MustNotContain |
The chars in this string must not be one of these
| |
| MustNotContainUserName |
Must not contain username, firstname, lastname
| |
| Special |
Password must contain special sign
| |
| Upper |
Password must contain upper char
| |
| ValidationMessage |
The message to show if the validation fails
|