1 write to _ExpectedImpersonationLevel
System (1)
net\System\Net\SecureProtocols\_NegoState.cs (1)
166_ExpectedImpersonationLevel = isServer? impersonationLevel: TokenImpersonationLevel.None;
2 references to _ExpectedImpersonationLevel
System (2)
net\System\Net\SecureProtocols\_NegoState.cs (2)
521if (PrivateImpersonationLevel < _ExpectedImpersonationLevel) 523Exception exception = new AuthenticationException(SR.GetString(SR.net_auth_context_expectation, _ExpectedImpersonationLevel.ToString(), PrivateImpersonationLevel.ToString()));