2 writes to _requiredProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (2)
41_requiredProtectionLevel = clientOptions.RequiredProtectionLevel; 63_requiredProtectionLevel = serverOptions.RequiredProtectionLevel;
2 references to _requiredProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (2)
234else if (_requiredProtectionLevel != ProtectionLevel.None && ProtectionLevel < _requiredProtectionLevel)