System.Web.Security.ActiveDirectoryMembershipProvider.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 ActiveDirectoryMembershipProvider.PasswordStrengthRegularExpression property gets the regular expression used to evaluate password complexity.

The ActiveDirectoryMembershipProvider.PasswordStrengthRegularExpression property is not used to validate auto-generated passwords in the ActiveDirectoryMembershipProvider.ResetPassword(string, string) method.

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