Compartilhar via


CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) Construtor

Definição

Inicializa uma nova instância de CngCbcAuthenticatedEncryptorFactory.

public:
 CngCbcAuthenticatedEncryptorFactory(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public CngCbcAuthenticatedEncryptorFactory (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory
Public Sub New (loggerFactory As ILoggerFactory)

Parâmetros

loggerFactory
ILoggerFactory

O ILoggerFactory.

Aplica-se a