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

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