Condividi tramite


ClientWindowsAuthenticationMembershipProvider.PasswordFormat Proprietà

Definizione

Questa proprietà non viene usata da questa classe.

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

Valore della proprietà

Formato per la memorizzazione delle password nell'archivio dati.

Commenti

L'autenticazione di Windows usa l'identità fornita dal sistema operativo quando un utente accede al computer o al dominio. Di conseguenza, le proprietà correlate alle credenziali utente non sono rilevanti per questa classe.

Si applica a

Vedi anche