CngCbcAuthenticatedEncryptorDescriptor Clase

Definición

Descriptor que puede crear un sistema de cifrado autenticado basado en la configuración proporcionada por un CngCbcAuthenticatedEncryptorConfiguration objeto .

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
Herencia
CngCbcAuthenticatedEncryptorDescriptor
Implementaciones

Constructores

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret)
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider)
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret)

Inicializa una nueva instancia de la clase CngCbcAuthenticatedEncryptorDescriptor.

Métodos

CreateEncryptorInstance()
ExportToXml()

Exporta el descriptor actual a XML.

Se aplica a