2 references to PrivateImpersonationLevel
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
240
return
PrivateImpersonationLevel
;
773
new AuthenticationException(SR.Format(SR.net_auth_context_expectation, _expectedImpersonationLevel.ToString(),
PrivateImpersonationLevel
.ToString())),