ClientWindowsAuthenticationMembershipProvider.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

Windows authentication uses the identity supplied by the operating system when a user logs on to the computer or domain. Therefore, properties related to user credentials are not relevant for this class.

Applies to

See also