3 references to LazyHkcuTempKey
Microsoft.AspNetCore.DataProtection.Tests (3)
Internal\KeyManagementOptionsSetupTest.cs (3)
102
var uniqueSubkey =
LazyHkcuTempKey
.Value.CreateSubKey(uniqueName);
110
LazyHkcuTempKey
.Value.DeleteSubKeyTree(uniqueName, throwOnMissingSubKey: false);
129
public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
LazyHkcuTempKey
.Value != null);