2 instantiations of KeyManagementOptionsSetup
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\KeyManagementOptionsSetupTest.cs (2)
21var setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance); 90var setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance, policyResolver);
3 references to KeyManagementOptionsSetup
Microsoft.AspNetCore.DataProtection (1)
DataProtectionServiceCollectionExtensions.cs (1)
69ServiceDescriptor.Singleton<IConfigureOptions<KeyManagementOptions>, KeyManagementOptionsSetup>());
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\KeyManagementOptionsSetupTest.cs (2)
21var setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance); 90var setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance, policyResolver);