3 references to net_auth_bad_client_creds_or_target_mismatch
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
769
new AuthenticationException(SR.
net_auth_bad_client_creds_or_target_mismatch
),
771
new AuthenticationException(SR.
net_auth_bad_client_creds_or_target_mismatch
),
834
new InvalidCredentialException(IsServer ? SR.net_auth_bad_client_creds : SR.
net_auth_bad_client_creds_or_target_mismatch
, win32Exception),