18 references to ContinueNeeded
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
25authStatus == NegotiateAuthenticationStatusCode.ContinueNeeded)
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (2)
187if (statusCode > NegotiateAuthenticationStatusCode.ContinueNeeded || challengeResponse == null) 210if (statusCode > NegotiateAuthenticationStatusCode.ContinueNeeded)
System.Net.Mail (2)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
62statusCode != NegotiateAuthenticationStatusCode.ContinueNeeded)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
44statusCode != NegotiateAuthenticationStatusCode.ContinueNeeded)
System.Net.Security (13)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
283statusCode = NegotiateAuthenticationStatusCode.ContinueNeeded;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (5)
179if (statusCode != NegotiateAuthenticationStatusCode.ContinueNeeded && 212statusCode = NegotiateAuthenticationStatusCode.ContinueNeeded; 326if (statusCode != NegotiateAuthenticationStatusCode.ContinueNeeded && 357statusCode = state == NegState.RequestMic ? NegotiateAuthenticationStatusCode.ContinueNeeded : NegotiateAuthenticationStatusCode.Completed; 396NegState.AcceptIncomplete => NegotiateAuthenticationStatusCode.ContinueNeeded,
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
662NegotiateAuthenticationStatusCode.ContinueNeeded; 731errorCode = NegotiateAuthenticationStatusCode.ContinueNeeded;
System\Net\Security\NegotiateAuthentication.cs (4)
202/// or <see cref="NegotiateAuthenticationStatusCode.ContinueNeeded" /> status codes. 205/// When <see cref="NegotiateAuthenticationStatusCode.ContinueNeeded" /> is returned the 248/// or <see cref="NegotiateAuthenticationStatusCode.ContinueNeeded" /> status codes. 251/// When <see cref="NegotiateAuthenticationStatusCode.ContinueNeeded" /> is returned the
System\Net\Security\NegotiateStream.cs (1)
814else if (statusCode != NegotiateAuthenticationStatusCode.ContinueNeeded)