Partager via


AuthenticatedEncryptorDescriptor Classe

Définition

Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un AuthenticatedEncryptorConfiguration objet.

public ref class AuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class AuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type AuthenticatedEncryptorDescriptor = class
    interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class AuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
Héritage
AuthenticatedEncryptorDescriptor
Implémente

Constructeurs

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret)

Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un AuthenticatedEncryptorConfiguration objet.

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)

Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un AuthenticatedEncryptorConfiguration objet.

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Initialise une nouvelle instance de AuthenticatedEncryptorDescriptor.

Méthodes

CreateEncryptorInstance()

Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un AuthenticatedEncryptorConfiguration objet.

ExportToXml()

Exporte le descripteur actuel au format XML.

S’applique à