The PasswordPolicy type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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.
|