1 write to _logger
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
32
_logger
= loggerFactory.CreateLogger<CngCbcAuthenticatedEncryptorFactory>();
2 references to _logger
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (2)
75
_logger
.OpeningCNGAlgorithmFromProviderWithHMAC(configuration.HashAlgorithm, configuration.HashAlgorithmProvider);
113
_logger
.OpeningCNGAlgorithmFromProviderWithChainingModeCBC(configuration.EncryptionAlgorithm, configuration.EncryptionAlgorithmProvider);