System.Web.Security Namespace FormsAuthentication Class
Returns an instance of a FormsAuthenticationTicket class, given an encrypted authentication ticket obtained from an HTTP cookie.
[ VB ] Public Shared Function Decrypt ( _ encryptedTicket As String _ ) As FormsAuthenticationTicket [ C# ] public static FormsAuthenticationTicket Decrypt ( string encryptedTicket ); [ C++ ] public: static FormsAuthenticationTicket* Decrypt ( String* encryptedTicket ); [ JScript ] public static function Decrypt ( encryptedTicket : String ) : FormsAuthenticationTicket;
Returns a FormsAuthenticationTicket object.
FormsAuthentication 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