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