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