Sdílet prostřednictvím


FormsIdentity Konstruktory

Definice

Inicializuje novou instanci FormsIdentity třídy.

Přetížení

FormsIdentity(FormsAuthenticationTicket)

Inicializuje novou instanci FormsIdentity třídy.

FormsIdentity(FormsIdentity)

Inicializuje novou instanci FormsIdentity třídy na základě zadané identity.

FormsIdentity(FormsAuthenticationTicket)

Inicializuje novou instanci FormsIdentity třídy.

public:
 FormsIdentity(System::Web::Security::FormsAuthenticationTicket ^ ticket);
public FormsIdentity (System.Web.Security.FormsAuthenticationTicket ticket);
new System.Web.Security.FormsIdentity : System.Web.Security.FormsAuthenticationTicket -> System.Web.Security.FormsIdentity
Public Sub New (ticket As FormsAuthenticationTicket)

Parametry

ticket
FormsAuthenticationTicket

Ověřovací lístek, na kterém je tato identita založená.

Viz také

Platí pro

FormsIdentity(FormsIdentity)

Inicializuje novou instanci FormsIdentity třídy na základě zadané identity.

protected:
 FormsIdentity(System::Web::Security::FormsIdentity ^ identity);
protected FormsIdentity (System.Web.Security.FormsIdentity identity);
new System.Web.Security.FormsIdentity : System.Web.Security.FormsIdentity -> System.Web.Security.FormsIdentity
Protected Sub New (identity As FormsIdentity)

Parametry

identity
FormsIdentity

Identita, na které je tato identita založená.

Platí pro