The VGMemberShipProvider type exposes the following members.

Properties

  NameDescription
Public propertyApplicationName
Gets the name of the application to store and retrieve membership information for.
(Overrides MembershipProvider..::..ApplicationName.)
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyEnablePasswordReset
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProvider..::..EnablePasswordReset.)
Public propertyEnablePasswordRetrieval
Indicates whether the membership provider is configured to allow users to retrieve their passwords.
(Overrides MembershipProvider..::..EnablePasswordRetrieval.)
Public propertyMaxInvalidPasswordAttempts
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
(Overrides MembershipProvider..::..MaxInvalidPasswordAttempts.)
Public propertyMinRequiredNonAlphanumericCharacters
Gets the minimum number of special characters that must be present in a valid password.
(Overrides MembershipProvider..::..MinRequiredNonAlphanumericCharacters.)
Public propertyMinRequiredPasswordLength
Gets the minimum length required for a password.
(Overrides MembershipProvider..::..MinRequiredPasswordLength.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public propertyPasswordAttemptWindow
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.
(Overrides MembershipProvider..::..PasswordAttemptWindow.)
Public propertyPasswordFormat
Gets a value indicating the format for storing passwords in the Visual Guard repository.
(Overrides MembershipProvider..::..PasswordFormat.)
Public propertyPasswordStrengthRegularExpression
Gets the regular expression used to evaluate a password.
(Overrides MembershipProvider..::..PasswordStrengthRegularExpression.)
Public propertyRequiresQuestionAndAnswer
Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
(Overrides MembershipProvider..::..RequiresQuestionAndAnswer.)
Public propertyRequiresUniqueEmail
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
(Overrides MembershipProvider..::..RequiresUniqueEmail.)

See Also