The VGPasswordPolicyInstance type exposes the following members.

Properties

  NameDescription
Public propertyAutoUnlockBlockedAccountAfterDelayInMinutes
Public propertyCanUpdatePasswordPolicy
Return true if you can modify the password policy
Public propertyConsecutiveBadLoginsAllowed
Gets or sets the maximum number of consecutive invalid password.
Public propertyEnablePasswordReset
Gets a value indicating whether the repository is configured to allow users to reset their passwords.
Public propertyGraceLoginsAllowed
Gets the number of times the user can log on after the password has expired.
Public propertyHistoryLength
Gets a value indicating the History Length of the password.
Public propertyMaxAge
Public propertyMinRequiredNonAlphanumericCharacters
Gets or sets the minimum number of special characters that must be present in a valid password.
Public propertyMinRequiredPasswordLength
Gets or sets the minimum length required for a password.
Public propertyPasswordAttemptWindow
Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked.
Public propertyPasswordPolicyMessage
Public propertyPasswordStrengthRegularExpression
Gets the regular expression used to evaluate if the password.
Public propertyRequiresQuestionAndAnswer
Gets a value indicating whether the repository requires the user to answer a password question for password reset.
Public propertyRequiresUniqueEmail
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.

See Also