Compartilhar via


CngCbcAuthenticatedEncryptorDescriptor Classe

Definição

Um descritor que pode criar um sistema de criptografia autenticado com base na configuração fornecida por um 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
Herança
CngCbcAuthenticatedEncryptorDescriptor
Implementações

Construtores

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret)

Um descritor que pode criar um sistema de criptografia autenticado com base na configuração fornecida por um CngCbcAuthenticatedEncryptorConfiguration objeto .

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

Um descritor que pode criar um sistema de criptografia autenticado com base na configuração fornecida por um CngCbcAuthenticatedEncryptorConfiguration objeto .

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret)

Inicializa uma nova instância de CngCbcAuthenticatedEncryptorDescriptor.

Métodos

CreateEncryptorInstance()

Um descritor que pode criar um sistema de criptografia autenticado com base na configuração fornecida por um CngCbcAuthenticatedEncryptorConfiguration objeto .

ExportToXml()

Exporta o descritor atual para XML.

Aplica-se a