System.Web.Security.Membership.MinRequiredPasswordLength Property

Gets the minimum length required for a password.

Syntax

public static int MinRequiredPasswordLength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Membership.MinRequiredPasswordLength property gets the minimum number of characters that must be entered to create a valid password for the membership provider specified in the Membership.Provider property.

The Membership.MinRequiredPasswordLength property value is set in the application configuration using the minRequiredPasswordLength attribute of the membership configuration element.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0