3 references to LazyHkcuTempKey
Microsoft.AspNetCore.DataProtection.Tests (3)
RegistryPolicyResolverTests.cs (3)
274var uniqueSubkey = LazyHkcuTempKey.Value.CreateSubKey(uniqueName); 282LazyHkcuTempKey.Value.DeleteSubKeyTree(uniqueName, throwOnMissingSubKey: false); 301public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && LazyHkcuTempKey.Value != null);