System.Web.Security.SqlMembershipProvider: Property Members

The properties of System.Web.Security.SqlMembershipProvider are listed below. For a list of all members, see the SqlMembershipProvider Members list.

See Also: Inherited members from System.Web.Security.MembershipProvider

Public Properties

override
ApplicationNamestring.

Gets or sets the name of the application to store and retrieve membership information for.

[read-only]
override
EnablePasswordResetbool.

Gets a value indicating whether the SQL Server membership provider is configured to allow users to reset their passwords.

[read-only]
override
EnablePasswordRetrievalbool.

Gets a value indicating whether the SQL Server membership provider is configured to allow users to retrieve their passwords.

[read-only]
override
MaxInvalidPasswordAttemptsint.

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

[read-only]
override
MinRequiredNonAlphanumericCharactersint.

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

[read-only]
override
MinRequiredPasswordLengthint.

Gets the minimum length required for a password.

[read-only]
override
PasswordAttemptWindowint.

Gets the time window between which consecutive failed attempts to provide a valid password or password answers are tracked.

[read-only]
override
PasswordFormatMembershipPasswordFormat.

Gets a value indicating the format for storing passwords in the SQL Server membership database.

[read-only]
override
PasswordStrengthRegularExpressionstring.

Gets the regular expression used to evaluate a password.

[read-only]
override
RequiresQuestionAndAnswerbool.

Gets a value indicating whether the SQL Server membership provider is configured to require the user to answer a password question for password reset and retrieval.

[read-only]
override
RequiresUniqueEmailbool.

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