2 references to ProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (1)
228else if (_requiredProtectionLevel != ProtectionLevel.None && ProtectionLevel < _requiredProtectionLevel)
System\Net\Security\NegotiateStream.cs (1)
775new AuthenticationException(SR.Format(SR.net_auth_context_expectation, _context.ProtectionLevel.ToString(), _expectedProtectionLevel.ToString())),