System.Web.Security.Membership: Property Members

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

See Also: Inherited members from System.Object

Public Properties

static
ApplicationNamestring.

Gets or sets the name of the application.

[read-only]
static
EnablePasswordResetbool.

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

[read-only]
static
EnablePasswordRetrievalbool.

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

[read-only]
static
HashAlgorithmTypestring.

The identifier of the algorithm used to hash passwords.

[read-only]
static
MaxInvalidPasswordAttemptsint.

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

[read-only]
static
MinRequiredNonAlphanumericCharactersint.

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

[read-only]
static
MinRequiredPasswordLengthint.

Gets the minimum length required for a password.

[read-only]
static
PasswordAttemptWindowint.

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

[read-only]
static
PasswordStrengthRegularExpressionstring.

Gets the regular expression used to evaluate a password.

[read-only]
static
ProviderMembershipProvider.

Gets a reference to the default membership provider for the application.

[read-only]
static
ProvidersMembershipProviderCollection.

Gets a collection of the membership providers for the ASP.NET application.

[read-only]
static
RequiresQuestionAndAnswerbool.

Gets a value indicating whether the default membership provider requires the user to answer a password question for password reset and retrieval.

[read-only]
static
UserIsOnlineTimeWindowint.

Specifies the number of minutes after the last-activity date/time stamp for a user during which the user is considered online.