2 references to suppressExtendedProtectionKey
System (2)
net\System\Net\_DigestClient.cs (2)
730
private const string suppressExtendedProtectionKeyPath = @"HKEY_LOCAL_MACHINE\" +
suppressExtendedProtectionKey
;
747
using (RegistryKey lsaKey = Registry.LocalMachine.OpenSubKey(
suppressExtendedProtectionKey
)) {