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

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.

.NET Framework
Available since 3.5
Return to top
Show: