2 writes to _expectedImpersonationLevel
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
671
_expectedImpersonationLevel
= impersonationLevel;
686
_expectedImpersonationLevel
= TokenImpersonationLevel.None;
1 reference to _expectedImpersonationLevel
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
773
new AuthenticationException(SR.Format(SR.net_auth_context_expectation,
_expectedImpersonationLevel
.ToString(), PrivateImpersonationLevel.ToString())),