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