2 references to suppressExtendedProtectionValueName
System (2)
net\System\Net\_DigestClient.cs (2)
753if (lsaKey.GetValueKind(suppressExtendedProtectionValueName) == RegistryValueKind.DWord) { 754suppressExtendedProtection = ((int)lsaKey.GetValue(suppressExtendedProtectionValueName)) == 1;