ClientFormsAuthenticationMembershipProvider.PasswordStrengthRegularExpression Property

Definition

This property is not used by this class.

public:
 virtual property System::String ^ PasswordStrengthRegularExpression { System::String ^ get(); };
public override string PasswordStrengthRegularExpression { get; }
member this.PasswordStrengthRegularExpression : string
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String

Property Value

Always "*".

Remarks

You cannot create, delete, or modify user information by using the ClientFormsAuthenticationMembershipProvider class.

Applies to

See also