Condividi tramite


CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) Costruttore

Definizione

Inizializza una nuova istanza di 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)

Parametri

loggerFactory
ILoggerFactory

Oggetto ILoggerFactory.

Si applica a