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