Sdílet prostřednictvím


ClientFormsIdentity Konstruktor

Definice

Inicializuje novou instanci ClientFormsIdentity třídy .

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

Jméno ověřeného uživatele.

password
String

Heslo ověřeného uživatele.

provider
MembershipProvider

Zprostředkovatel členství použitý k ověření uživatele.

authenticationType
String

Typ použitého ověřování

isAuthenticated
Boolean

truepokud byl uživatel ověřen; v opačném případě . false

authenticationCookies
CookieContainer

Soubory cookie načtené z ověřovací služby.

Platí pro

Viz také