Partager via


IDataProtector Interface

Définition

Interface qui peut fournir des services de protection des données.

public interface class IDataProtector : Microsoft::AspNetCore::DataProtection::IDataProtectionProvider
public interface IDataProtector : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
type IDataProtector = interface
    interface IDataProtectionProvider
Public Interface IDataProtector
Implements IDataProtectionProvider
Dérivé
Implémente

Méthodes

CreateProtector(String)

Crée un IDataProtector objectif donné.

(Hérité de IDataProtectionProvider)
Protect(Byte[])

Protège par chiffrement un morceau de données en texte clair.

Unprotect(Byte[])

Annule la protection par chiffrement d’un élément de données protégées.

Méthodes d’extension

ToTimeLimitedDataProtector(IDataProtector)

Convertit un IDataProtector en un ITimeLimitedDataProtector afin que les charges utiles puissent être protégées avec une durée de vie limitée.

CreateProtector(IDataProtectionProvider, IEnumerable<String>)

Crée une IDataProtector liste donnée d’objectifs.

CreateProtector(IDataProtectionProvider, String, String[])

Crée une IDataProtector liste donnée d’objectifs.

Protect(IDataProtector, String)

Protège par chiffrement un morceau de données en texte clair.

Unprotect(IDataProtector, String)

Annule la protection par chiffrement d’un élément de données protégées.

S’applique à