System.Web.Security.SqlMembershipProvider.PasswordStrengthRegularExpression Property

Gets the regular expression used to evaluate a password.

Syntax

public override string PasswordStrengthRegularExpression { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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