This documentation is archived and is not being maintained.
FormsIdentity.Ticket Property
.NET Framework 1.1
Gets the FormsAuthenticationTicket associated with the current request.
[Visual Basic] Public ReadOnly Property Ticket As FormsAuthenticationTicket [C#] public FormsAuthenticationTicket Ticket {get;} [C++] public: __property FormsAuthenticationTicket* get_Ticket(); [JScript] public function get Ticket() : FormsAuthenticationTicket;
Property Value
The FormsAuthenticationTicket associated with the current request.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsIdentity Class | FormsIdentity Members | System.Web.Security Namespace
Show: