TicketDataFormat Classe
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.
Une SecureDataFormat<TData> instance pour sécuriser AuthenticationTicket.
public ref class TicketDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Authentication::AuthenticationTicket ^>
public class TicketDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket>
type TicketDataFormat = class
inherit SecureDataFormat<AuthenticationTicket>
Public Class TicketDataFormat
Inherits SecureDataFormat(Of AuthenticationTicket)
- Héritage
Constructeurs
TicketDataFormat(IDataProtector) |
Initialise une nouvelle instance de TicketDataFormat. |
Méthodes
Protect(TData) |
Protège le spécifié |
Protect(TData, String) |
Protège le spécifié |
Unprotect(String) |
Annule la protection du spécifié |
Unprotect(String, String) |
Annule la protection spécifiée à l’aide |