The PasswordPolicy type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountLockoutDuration |
Gets the account lockout duration.
| |
AccountLockoutResetTime |
Gets the account lockout reset time.
| |
AllSequentialDigitsAllowed |
Gets a value indicating whether all sequential digits is allowed.
| |
CurrentAge |
Gets the current age.
| |
LastLockoutTime |
Gets the last lockout time in UTC.
| |
LastPasswordSetTime |
Gets the last password set time in UTC.
| |
MaximumAge |
Gets the maximum age.
| |
MaximumAllowedLoginAttempts |
Gets the maximum allowed login attempts.
| |
MaximumNagPeriod |
Gets the maximum nag period.
| |
MinimumAge |
Gets the minimum age.
| |
MinimumLength |
Gets the minimum length.
| |
MinimumLowercaseCharacters |
Gets the minimum number of lowercase characters.
| |
MinimumNumericCharacters |
Gets the minimum number of numeric characters.
| |
MinimumSpecialCharacters |
Gets the minimum number of special characters.
| |
MinimumUppercaseCharacters |
Gets the minimum number of uppercase characters.
| |
MustChangePassword |
Gets a value indicating whether the user must change their password.
| |
MustChangePasswordTime |
Gets the must change password time in UTC.
| |
SpecialCharacters |
Gets the special characters.
| |
UniquenessConstraint |
Gets the uniqueness constraint.
|