2 instantiations of KeyManagementOptionsSetup
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\KeyManagementOptionsSetupTest.cs (2)
21
var setup = new
KeyManagementOptionsSetup
(NullLoggerFactory.Instance);
90
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)
21
var
setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance);
90
var
setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance, policyResolver);