The VGMembership type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCount
Gets the number of users in the repository.
Public propertyStatic memberEnablePasswordReset
Gets a value indicating whether the current membership provider is configured to allow users to reset their passwords.
Public propertyStatic memberMaxInvalidPasswordAttempts
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
Public propertyStatic memberMaxUsers
Gets the maximum number of users allowed in the repository according to the granted license.
Public propertyStatic memberMinRequiredNonAlphanumericCharacters
Gets the minimum number of special characters that must be present in a valid password.
Public propertyStatic memberMinRequiredPasswordLength
Gets the minimum length required for a password.
Public propertyStatic memberPasswordAttemptWindow
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
Public propertyStatic memberPasswordStrengthRegularExpression
Gets the regular expression used to evaluate a password.
Public propertyStatic memberRequiresQuestionAndAnswer
Gets a value indicating whether the repository is configured to require the user to answer a password question for password reset and retrieval.
Public propertyStatic memberRequiresUniqueEmail
Gets a value indicating whether the repository is configured to require a unique e-mail address for each user name.

See Also