Partager via


CngCbcAuthenticatedEncryptorDescriptor Classe

Définition

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

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

Constructeurs

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret)

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

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

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

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret)

Initialise une nouvelle instance de CngCbcAuthenticatedEncryptorDescriptor.

Méthodes

CreateEncryptorInstance()

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

ExportToXml()

Exporte le descripteur actuel au format XML.

S’applique à