System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters Property

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

Syntax

public override int MinRequiredNonAlphanumericCharacters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters property returns the minimum number of special, non-alphanumeric characters that must be entered to create a valid password.

The ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters property value is set in the application configuration using the minRequiredNonalphanumericCharacters attribute of the membership configuration element.

A non-alphanumeric character is a character for which the char.IsLetterOrDigit(char) method returns false.

Requirements

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