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)
'Declaration Public ReadOnly Property Ticket As FormsAuthenticationTicket 'Usage Dim instance As FormsIdentity Dim value As FormsAuthenticationTicket value = instance.Ticket
/** @property */ public FormsAuthenticationTicket get_Ticket ()
public function get Ticket () : FormsAuthenticationTicket
Not applicable.