CngCbcAuthenticatedEncryptorFactory 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 IAuthenticatedEncryptorFactory para Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.
public ref class CngCbcAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngCbcAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngCbcAuthenticatedEncryptorFactory = class
interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngCbcAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
- Herança
-
CngCbcAuthenticatedEncryptorFactory
- Implementações
Construtores
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Inicializa uma nova instância de CngCbcAuthenticatedEncryptorFactory. |
Métodos
CreateEncryptorInstance(IKey) |
Cria uma IAuthenticatedEncryptor instância com base no determinado Descriptor. |