2 writes to _getPolicyRegKey
Microsoft.AspNetCore.DataProtection (2)
RegistryPolicyResolver.cs (2)
30
_getPolicyRegKey
= () => Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\DotNetPackages\Microsoft.AspNetCore.DataProtection");
36
_getPolicyRegKey
= () => policyRegKey;
1 reference to _getPolicyRegKey
Microsoft.AspNetCore.DataProtection (1)
RegistryPolicyResolver.cs (1)
65
using (var registryKey =
_getPolicyRegKey
())