2 references to ImpersonationLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (1)
224else if (_requiredImpersonationLevel != TokenImpersonationLevel.None && ImpersonationLevel < _requiredImpersonationLevel)
System\Net\Security\NegotiateStream.cs (1)
244private TokenImpersonationLevel PrivateImpersonationLevel => _context!.ImpersonationLevel;