FormsIdentity.Ticket Property
.NET Framework 3.0
Gets the FormsAuthenticationTicket for the forms-authentication user identity.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public FormsAuthenticationTicket get_Ticket ()
public function get Ticket () : FormsAuthenticationTicket
Not applicable.
Property Value
The FormsAuthenticationTicket supplied to the FormsIdentity constructor for the current object.Community Additions
ADD
Show: