2 writes to suppressExtendedProtection
System (2)
net\System\Net\_DigestClient.cs (2)
744
suppressExtendedProtection
= !ComNetOS.IsWin7orLater;
754
suppressExtendedProtection
= ((int)lsaKey.GetValue(suppressExtendedProtectionValueName)) == 1;
1 reference to suppressExtendedProtection
System (1)
net\System\Net\_DigestClient.cs (1)
1079
if ((binding == null) && (
suppressExtendedProtection
)) {