System.Web.Security.Membership.PasswordStrengthRegularExpression Property

Gets the regular expression used to evaluate a password.

Syntax

public static string PasswordStrengthRegularExpression { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Membership.PasswordStrengthRegularExpression property gets the regular expression used to evaluate password complexity from the provider specified in the Membership.Provider property.

The Membership.PasswordStrengthRegularExpression property is set in the application configuration using the passwordStrengthRegularExpression attribute of the membership configuration element.

For more information about regular expressions, see .NET Framework Regular Expressions.

Requirements

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