3 references to net_auth_bad_client_creds_or_target_mismatch
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
775
new AuthenticationException(SR.
net_auth_bad_client_creds_or_target_mismatch
),
777
new AuthenticationException(SR.
net_auth_bad_client_creds_or_target_mismatch
),
840
new InvalidCredentialException(IsServer ? SR.net_auth_bad_client_creds : SR.
net_auth_bad_client_creds_or_target_mismatch
, win32Exception),