Condividi tramite


ClientFormsIdentity Costruttore

Definizione

Inizializza una nuova istanza della classe ClientFormsIdentity.

public:
 ClientFormsIdentity(System::String ^ name, System::String ^ password, System::Web::Security::MembershipProvider ^ provider, System::String ^ authenticationType, bool isAuthenticated, System::Net::CookieContainer ^ authenticationCookies);
public ClientFormsIdentity (string name, string password, System.Web.Security.MembershipProvider provider, string authenticationType, bool isAuthenticated, System.Net.CookieContainer authenticationCookies);
new System.Web.ClientServices.ClientFormsIdentity : string * string * System.Web.Security.MembershipProvider * string * bool * System.Net.CookieContainer -> System.Web.ClientServices.ClientFormsIdentity
Public Sub New (name As String, password As String, provider As MembershipProvider, authenticationType As String, isAuthenticated As Boolean, authenticationCookies As CookieContainer)

Parametri

name
String

Nome dell'utente autenticato.

password
String

Password dell'utente autenticato.

provider
MembershipProvider

Provider di appartenenze utilizzato per autenticare l'utente.

authenticationType
String

Tipo di autenticazione utilizzata.

isAuthenticated
Boolean

true se l'utente è stato autenticato; in caso contrario false.

authenticationCookies
CookieContainer

Cookie recuperati dal servizio di autenticazione.

Si applica a

Vedi anche