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