3 references to net_auth_bad_client_creds
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
834
new InvalidCredentialException(IsServer ? SR.
net_auth_bad_client_creds
: SR.net_auth_bad_client_creds_or_target_mismatch, win32Exception),
936
(int)SecurityStatusPalErrorCode.LogonDenied => new InvalidCredentialException(SR.
net_auth_bad_client_creds
, e),
937
(int)Interop.SECURITY_STATUS.LogonDenied => new InvalidCredentialException(SR.
net_auth_bad_client_creds
, e),