Partager via


PropertiesDataFormat Classe

Définition

Un SecureDataFormat<TData> instance pour sécuriser AuthenticationProperties.

public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^>
public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Authentication::AuthenticationProperties ^>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationProperties>
type PropertiesDataFormat = class
    inherit SecureDataFormat<AuthenticationProperties>
Public Class PropertiesDataFormat
Inherits SecureDataFormat(Of AuthenticationProperties)
Héritage
Héritage

Constructeurs

PropertiesDataFormat(IDataProtector)

Initialise une nouvelle instance de PropertiesDataFormat.

Méthodes

Protect(TData)

Protège le spécifié data.

(Hérité de SecureDataFormat<TData>)
Protect(TData, String)

Protège le spécifié data pour le spécifié purpose.

(Hérité de SecureDataFormat<TData>)
Unprotect(String)

Annule la protection du spécifié protectedText.

(Hérité de SecureDataFormat<TData>)
Unprotect(String, String)

Annule la protection du spécifié protectedText à l’aide du spécifié purpose.

(Hérité de SecureDataFormat<TData>)

S’applique à