ClientFormsAuthenticationMembershipProvider.PasswordFormat Property

Definition

This property is not used by this class.

public:
 virtual property System::Web::Security::MembershipPasswordFormat PasswordFormat { System::Web::Security::MembershipPasswordFormat get(); };
public override System.Web.Security.MembershipPasswordFormat PasswordFormat { get; }
member this.PasswordFormat : System.Web.Security.MembershipPasswordFormat
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat

Property Value

The format for storing passwords in the store data.

Remarks

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

Applies to

See also