Udostępnij za pośrednictwem


ClientFormsIdentity Konstruktor

Definicja

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.

Dotyczy

Zobacz też