Compartilhar via


AuthenticatedEncryptorFactory(ILoggerFactory) Construtor

Definição

Inicializa uma nova instância de AuthenticatedEncryptorFactory.

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

Parâmetros

loggerFactory
ILoggerFactory

O ILoggerFactory.

Aplica-se a