18 references to ContinueNeeded
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
25
authStatus == NegotiateAuthenticationStatusCode.
ContinueNeeded
)
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (2)
187
if (statusCode > NegotiateAuthenticationStatusCode.
ContinueNeeded
|| challengeResponse == null)
210
if (statusCode > NegotiateAuthenticationStatusCode.
ContinueNeeded
)
System.Net.Mail (2)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
62
statusCode != NegotiateAuthenticationStatusCode.
ContinueNeeded
)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
44
statusCode != NegotiateAuthenticationStatusCode.
ContinueNeeded
)
System.Net.Security (13)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
283
statusCode = NegotiateAuthenticationStatusCode.
ContinueNeeded
;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (5)
179
if (statusCode != NegotiateAuthenticationStatusCode.
ContinueNeeded
&&
212
statusCode = NegotiateAuthenticationStatusCode.
ContinueNeeded
;
326
if (statusCode != NegotiateAuthenticationStatusCode.
ContinueNeeded
&&
357
statusCode = state == NegState.RequestMic ? NegotiateAuthenticationStatusCode.
ContinueNeeded
: NegotiateAuthenticationStatusCode.Completed;
396
NegState.AcceptIncomplete => NegotiateAuthenticationStatusCode.
ContinueNeeded
,
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
662
NegotiateAuthenticationStatusCode.
ContinueNeeded
;
731
errorCode = 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)
814
else if (statusCode != NegotiateAuthenticationStatusCode.
ContinueNeeded
)