3 references to LazyHkcuTempKey
Microsoft.AspNetCore.DataProtection.Tests (3)
Repositories\RegistryXmlRepositoryTests.cs (3)
225var uniqueSubkey = LazyHkcuTempKey.Value.CreateSubKey(uniqueName); 233LazyHkcuTempKey.Value.DeleteSubKeyTree(uniqueName, throwOnMissingSubKey: false); 252public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && LazyHkcuTempKey.Value != null);