System.Web.Security.ActiveDirectoryMembershipProvider.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

The ActiveDirectoryMembershipProvider.MinRequiredPasswordLength property gets the minimum number of characters that must be entered to create a valid password.

The ActiveDirectoryMembershipProvider.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