System.Web.Security.SqlMembershipProvider.MinRequiredPasswordLength Property

Gets the minimum length required for a password.

Syntax

public override int MinRequiredPasswordLength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

SqlMembershipProvider.MinRequiredPasswordLength property gets the minimum number of characters that must be entered to create a valid password for the System.Web.Security.SqlMembershipProvider object.

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