4 references to InvalidCredentials
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
108error == NegotiateAuthenticationStatusCode.InvalidCredentials;
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
750return NegotiateAuthenticationStatusCode.InvalidCredentials;
System\Net\Security\NegotiateStream.cs (2)
829NegotiateAuthenticationStatusCode.InvalidCredentials => (int)Interop.SECURITY_STATUS.LogonDenied, 839NegotiateAuthenticationStatusCode.InvalidCredentials =>