1 write to _loggerFactory
Microsoft.AspNetCore.DataProtection (1)
Internal\KeyManagementOptionsSetup.cs (1)
36
_loggerFactory
= loggerFactory;
4 references to _loggerFactory
Microsoft.AspNetCore.DataProtection (4)
Internal\KeyManagementOptionsSetup.cs (4)
72
options.AuthenticatedEncryptorFactories.Add(new CngGcmAuthenticatedEncryptorFactory(
_loggerFactory
));
73
options.AuthenticatedEncryptorFactories.Add(new CngCbcAuthenticatedEncryptorFactory(
_loggerFactory
));
74
options.AuthenticatedEncryptorFactories.Add(new ManagedAuthenticatedEncryptorFactory(
_loggerFactory
));
75
options.AuthenticatedEncryptorFactories.Add(new AuthenticatedEncryptorFactory(
_loggerFactory
));