Compartilhar via


CngGcmAuthenticatedEncryptorFactory(ILoggerFactory) Construtor

Definição

Inicializa uma nova instância de CngCbcAuthenticatedEncryptorFactory.

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

Parâmetros

loggerFactory
ILoggerFactory

O ILoggerFactory.

Aplica-se a