SimpleMembershipProvider.PasswordStrengthRegularExpression Property

Definition

Gets the regular expression that is used to evaluate password complexity.

public override string PasswordStrengthRegularExpression { get; }
member this.PasswordStrengthRegularExpression : string
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String

Property Value

The regular expression that is used to evaluate password complexity.

Applies to