ClientFormsIdentity Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy 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)
Parametry
- name
- String
Nazwa uwierzytelnionego użytkownika.
- password
- String
Hasło uwierzytelnionego użytkownika.
- provider
- MembershipProvider
Dostawca członkostwa używany do uwierzytelniania użytkownika.
- authenticationType
- String
Typ używanego uwierzytelniania.
- isAuthenticated
- Boolean
true
jeśli użytkownik został uwierzytelniony; w przeciwnym razie , false
.
- authenticationCookies
- CookieContainer
Pliki cookie pobrane z usługi uwierzytelniania.