ClientFormsAuthenticationMembershipProvider::PasswordFormat Property

 

This property is not used by this class.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property MembershipPasswordFormat PasswordFormat {
	virtual MembershipPasswordFormat get() override;
}

Property Value

Type: System.Web.Security::MembershipPasswordFormat

The format for storing passwords in the store data.

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

.NET Framework
Available since 3.5
Return to top
Show: