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