Compartir a través de


CngCbcAuthenticatedEncryptorFactory Clase

Definición

Interfaz 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
Herencia
CngCbcAuthenticatedEncryptorFactory
Implementaciones

Constructores

CngCbcAuthenticatedEncryptorFactory(ILoggerFactory)

Inicializa una nueva instancia de la clase CngCbcAuthenticatedEncryptorFactory.

Métodos

CreateEncryptorInstance(IKey)

Crea una IAuthenticatedEncryptor instancia basada en el especificado Descriptor.

Se aplica a