CngCbcAuthenticatedEncryptorDescriptor Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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, IServiceProvider) |
Um descritor que pode criar um sistema de criptografia autenticado com base na configuração fornecida por um CngCbcAuthenticatedEncryptorConfiguration objeto . |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret) |
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. |