3 references to PrivateImpersonationLevel
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
298return PrivateImpersonationLevel; 521if (PrivateImpersonationLevel < _ExpectedImpersonationLevel) 523Exception exception = new AuthenticationException(SR.GetString(SR.net_auth_context_expectation, _ExpectedImpersonationLevel.ToString(), PrivateImpersonationLevel.ToString()));