2 references to net_auth_context_expectation
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
773
new AuthenticationException(SR.Format(SR.
net_auth_context_expectation
, _expectedImpersonationLevel.ToString(), PrivateImpersonationLevel.ToString())),
775
new AuthenticationException(SR.Format(SR.
net_auth_context_expectation
, _context.ProtectionLevel.ToString(), _expectedProtectionLevel.ToString())),