The PasswordPolicy type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountLockoutDuration
Gets the account lockout duration.
Public propertyAccountLockoutResetTime
Gets the account lockout reset time.
Public propertyAllSequentialDigitsAllowed
Gets a value indicating whether all sequential digits is allowed.
Public propertyCurrentAge
Gets the current age.
Public propertyLastLockoutTime
Gets the last lockout time in UTC.
Public propertyLastPasswordSetTime
Gets the last password set time in UTC.
Public propertyMaximumAge
Gets the maximum age.
Public propertyMaximumAllowedLoginAttempts
Gets the maximum allowed login attempts.
Public propertyMaximumNagPeriod
Gets the maximum nag period.
Public propertyMinimumAge
Gets the minimum age.
Public propertyMinimumLength
Gets the minimum length.
Public propertyMinimumLowercaseCharacters
Gets the minimum number of lowercase characters.
Public propertyMinimumNumericCharacters
Gets the minimum number of numeric characters.
Public propertyMinimumSpecialCharacters
Gets the minimum number of special characters.
Public propertyMinimumUppercaseCharacters
Gets the minimum number of uppercase characters.
Public propertyMustChangePassword
Gets a value indicating whether the user must change their password.
Public propertyMustChangePasswordTime
Gets the must change password time in UTC.
Public propertySpecialCharacters
Gets the special characters.
Public propertyUniquenessConstraint
Gets the uniqueness constraint.

See Also