4 references to KeyManagementOptionsSetup
Microsoft.AspNetCore.DataProtection (3)
Internal\KeyManagementOptionsSetup.cs (3)
20: this(NullLoggerFactory.Instance, registryPolicyResolver: null) 25: this(loggerFactory, registryPolicyResolver: null) 30: this(NullLoggerFactory.Instance, registryPolicyResolver)
Microsoft.AspNetCore.DataProtection.Tests (1)
Internal\KeyManagementOptionsSetupTest.cs (1)
90var setup = new KeyManagementOptionsSetup(NullLoggerFactory.Instance, policyResolver);