System.Web.Security Namespace FormsIdentity Class
Gets the FormsAuthenticationTicket associated with the current request.
[ VB ] Public ReadOnly Property Ticket As FormsAuthenticationTicket [ C# ] Public FormsAuthenticationTicket Ticket {get;} [ C++ ] public: __property FormsAuthenticationTicket* get_Ticket ( ); [ JScript ] public Serializable function get Ticket ( ) : FormsAuthenticationTicket;
The FormsAuthenticationTicket associated with the current request.
FormsIdentity Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note