MembershipPasswordAttribute.PasswordStrengthRegularExpression Property

Definition

Gets or sets the regular expression string representing the password strength the attribute uses for validation.

public:
 property System::String ^ PasswordStrengthRegularExpression { System::String ^ get(); void set(System::String ^ value); };
public string PasswordStrengthRegularExpression { get; set; }
member this.PasswordStrengthRegularExpression : string with get, set
Public Property PasswordStrengthRegularExpression As String

Property Value

The regular expression string representing the password strength the attribute uses for validation.

Remarks

If the PasswordStrengthRegularExpression property is not explicitly set, it uses the value of the PasswordStrengthRegularExpression property.

Applies to