The properties of System.Web.Security.MembershipProvider are listed below. For a list of all members, see the MembershipProvider Members list.
See Also: Inherited members from System.Configuration.Provider.ProviderBase
abstract | ApplicationName | string.
The name of the application using the custom membership provider. |
[read-only] abstract | EnablePasswordReset | bool.
Indicates whether the membership provider is configured to allow users to reset their passwords. |
[read-only] abstract | EnablePasswordRetrieval | bool.
Indicates whether the membership provider is configured to allow users to retrieve their passwords. |
[read-only] abstract | MaxInvalidPasswordAttempts | int.
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
[read-only] abstract | MinRequiredNonAlphanumericCharacters | int.
Gets the minimum number of special characters that must be present in a valid password. |
[read-only] abstract | MinRequiredPasswordLength | int.
Gets the minimum length required for a password. |
[read-only] abstract | PasswordAttemptWindow | int.
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. |
[read-only] abstract | PasswordFormat | MembershipPasswordFormat.
Gets a value indicating the format for storing passwords in the membership data store. |
[read-only] abstract | PasswordStrengthRegularExpression | string.
Gets the regular expression used to evaluate a password. |
[read-only] abstract | RequiresQuestionAndAnswer | bool.
Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. |
[read-only] abstract | RequiresUniqueEmail | bool.
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name. |