The VGPasswordPolicyInstance type exposes the following members.

Methods

  NameDescription
Public methodCheckNewPassword(String)
Public methodCheckNewPassword(VGMembershipUser, String)
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 methodRefreshPasswordPolicy
Update the password policy from VGRepository
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdate
Save the password policy

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