FormsAuthentication.Decrypt(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet FormsAuthenticationTicket selon le ticket d'authentification par formulaire chiffré passé à la méthode.
public:
static System::Web::Security::FormsAuthenticationTicket ^ Decrypt(System::String ^ encryptedTicket);
public static System.Web.Security.FormsAuthenticationTicket Decrypt (string encryptedTicket);
static member Decrypt : string -> System.Web.Security.FormsAuthenticationTicket
Public Shared Function Decrypt (encryptedTicket As String) As FormsAuthenticationTicket
Paramètres
- encryptedTicket
- String
Ticket d'authentification chiffré.
Retours
Objet FormsAuthenticationTicket. Si le paramètre encryptedTicket
n'est pas un ticket valide, la valeur null
est retournée.
Exceptions
encryptedTicket
a la valeur null
.
- ou -
Le encryptedTicket
est une chaîne vide ("").
- ou -
La longueur de encryptedTicket
est supérieure à 4 096 caractères.
- ou -
encryptedTicket
n'est pas d'un format valide.