3 instantiations of InvalidCredentialException
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
834new 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),
2 references to InvalidCredentialException
netstandard (1)
netstandard.cs (1)
1833[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.InvalidCredentialException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
848[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.InvalidCredentialException))]