34 references to Completed
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
24if (authStatus == NegotiateAuthenticationStatusCode.Completed ||
System.Net.Mail (4)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (3)
61if (statusCode != NegotiateAuthenticationStatusCode.Completed && 122if (statusCode != NegotiateAuthenticationStatusCode.Completed) 168if (statusCode != NegotiateAuthenticationStatusCode.Completed)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
43if (statusCode != NegotiateAuthenticationStatusCode.Completed &&
System.Net.Security (29)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (4)
699statusCode = NegotiateAuthenticationStatusCode.Completed; 777return NegotiateAuthenticationStatusCode.Completed; 804return NegotiateAuthenticationStatusCode.Completed; 830return NegotiateAuthenticationStatusCode.Completed;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (6)
180statusCode != NegotiateAuthenticationStatusCode.Completed) 327statusCode != NegotiateAuthenticationStatusCode.Completed) 345if (statusCode == NegotiateAuthenticationStatusCode.Completed) 357statusCode = state == NegState.RequestMic ? NegotiateAuthenticationStatusCode.ContinueNeeded : NegotiateAuthenticationStatusCode.Completed; 358_isAuthenticated = statusCode == NegotiateAuthenticationStatusCode.Completed; 395NegState.AcceptCompleted => NegotiateAuthenticationStatusCode.Completed,
System\Net\NegotiateAuthenticationPal.Unix.cs (6)
317if (statusCode == NegotiateAuthenticationStatusCode.Completed) 355return NegotiateAuthenticationStatusCode.Completed; 383return NegotiateAuthenticationStatusCode.Completed; 414return NegotiateAuthenticationStatusCode.Completed; 661NegotiateAuthenticationStatusCode.Completed : 727errorCode = NegotiateAuthenticationStatusCode.Completed;
System\Net\Security\NegotiateAuthentication.cs (6)
201/// Successful step of the authentication returns either <see cref="NegotiateAuthenticationStatusCode.Completed" /> 218if (statusCode == NegotiateAuthenticationStatusCode.Completed) 247/// Successful step of the authentication returns either <see cref="NegotiateAuthenticationStatusCode.Completed" /> 280/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success, other 309/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success. 337/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success.
System\Net\Security\NegotiateStream.cs (7)
409statusCode = NegotiateAuthenticationStatusCode.Completed; 417if (statusCode != NegotiateAuthenticationStatusCode.Completed) 531statusCode = NegotiateAuthenticationStatusCode.Completed; 538if (statusCode != NegotiateAuthenticationStatusCode.Completed) 755NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Completed; 784else if (statusCode == NegotiateAuthenticationStatusCode.Completed) 890_remoteOk = statusCode is NegotiateAuthenticationStatusCode.Completed;