ClientFormsAuthenticationMembershipProvider.MinRequiredPasswordLength Property

Definition

This property is not used by this class.

public:
 virtual property int MinRequiredPasswordLength { int get(); };
public override int MinRequiredPasswordLength { get; }
member this.MinRequiredPasswordLength : int
Public Overrides ReadOnly Property MinRequiredPasswordLength As Integer

Property Value

Always one.

Remarks

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

Applies to

See also