System.Web.Security.MembershipProvider.PasswordStrengthRegularExpression Property

Gets the regular expression used to evaluate a password.

Syntax

public abstract string PasswordStrengthRegularExpression { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MembershipProvider.PasswordStrengthRegularExpression property gets the regular expression used to evaluate password complexity for the System.Web.Security.MembershipProvider object.

The MembershipProvider.PasswordStrengthRegularExpression property is set in the application configuration using the passwordStrengthRegularExpression 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