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)
521
if (PrivateImpersonationLevel <
_ExpectedImpersonationLevel
)
523
Exception exception = new AuthenticationException(SR.GetString(SR.net_auth_context_expectation,
_ExpectedImpersonationLevel
.ToString(), PrivateImpersonationLevel.ToString()));