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)
72options.AuthenticatedEncryptorFactories.Add(new CngGcmAuthenticatedEncryptorFactory(_loggerFactory)); 73options.AuthenticatedEncryptorFactories.Add(new CngCbcAuthenticatedEncryptorFactory(_loggerFactory)); 74options.AuthenticatedEncryptorFactories.Add(new ManagedAuthenticatedEncryptorFactory(_loggerFactory)); 75options.AuthenticatedEncryptorFactories.Add(new AuthenticatedEncryptorFactory(_loggerFactory));