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