System.Web.Security.Membership.MinRequiredNonAlphanumericCharacters Property

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

Syntax

public static int MinRequiredNonAlphanumericCharacters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Membership.MinRequiredNonAlphanumericCharacters property returns the minimum number of special, non-alphanumeric characters that must be entered to create a valid password for the membership provider specified in the Membership.Provider property.

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