System.Web.Security.FormsAuthentication.Decrypt Method

Creates a System.Web.Security.FormsAuthenticationTicket object based on the encrypted forms-authentication ticket passed to the method.

Syntax

public static FormsAuthenticationTicket Decrypt (string encryptedTicket)

Parameters

encryptedTicket
The encrypted authentication ticket.

Returns

A System.Web.Security.FormsAuthenticationTicket object. If the encryptedTicket parameter is not a valid ticket, null is returned.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0