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