2 references to RegistryPolicyResolver
Microsoft.AspNetCore.DataProtection (2)
ApplyPolicyAttribute.cs (1)
9
/// Signifies that the <see cref="
RegistryPolicyResolver
"/> should bind this property from the registry.
DataProtectionServiceCollectionExtensions.cs (1)
65
services.TryAddSingleton<IRegistryPolicyResolver,
RegistryPolicyResolver
>();