System.Web.Security.MembershipProvider: Property Members

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

Public Properties

abstract
ApplicationNamestring.

The name of the application using the custom membership provider.

[read-only]
abstract
EnablePasswordResetbool.

Indicates whether the membership provider is configured to allow users to reset their passwords.

[read-only]
abstract
EnablePasswordRetrievalbool.

Indicates whether the membership provider is configured to allow users to retrieve their passwords.

[read-only]
abstract
MaxInvalidPasswordAttemptsint.

Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.

[read-only]
abstract
MinRequiredNonAlphanumericCharactersint.

Gets the minimum number of special characters that must be present in a valid password.

[read-only]
abstract
MinRequiredPasswordLengthint.

Gets the minimum length required for a password.

[read-only]
abstract
PasswordAttemptWindowint.

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
PasswordFormatMembershipPasswordFormat.

Gets a value indicating the format for storing passwords in the membership data store.

[read-only]
abstract
PasswordStrengthRegularExpressionstring.

Gets the regular expression used to evaluate a password.

[read-only]
abstract
RequiresQuestionAndAnswerbool.

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
RequiresUniqueEmailbool.

Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.