asp.net.ph

FormsAuthentication.Decrypt Method

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;

Parameters

encryptedTicket
The encrypted authentication ticket.

Return Value

Returns a FormsAuthenticationTicket object.

See Also

FormsAuthentication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph