FormsIdentity.Ticket Proprietà

Definizione

Ottiene l'oggetto FormsAuthenticationTicket per l'identità utente dell'autenticazione basata su form.

public:
 property System::Web::Security::FormsAuthenticationTicket ^ Ticket { System::Web::Security::FormsAuthenticationTicket ^ get(); };
public System.Web.Security.FormsAuthenticationTicket Ticket { get; }
member this.Ticket : System.Web.Security.FormsAuthenticationTicket
Public ReadOnly Property Ticket As FormsAuthenticationTicket

Valore della proprietà

FormsAuthenticationTicket

Oggetto FormsAuthenticationTicket fornito al costruttore FormsIdentity(FormsAuthenticationTicket) dell'oggetto corrente.

Si applica a

Vedi anche