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