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)
775statusCode = NegotiateAuthenticationStatusCode.Completed; 853return NegotiateAuthenticationStatusCode.Completed; 880return NegotiateAuthenticationStatusCode.Completed; 906return NegotiateAuthenticationStatusCode.Completed;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (6)
180statusCode != NegotiateAuthenticationStatusCode.Completed) 339statusCode != NegotiateAuthenticationStatusCode.Completed) 357if (statusCode == NegotiateAuthenticationStatusCode.Completed) 369statusCode = state == NegState.RequestMic ? NegotiateAuthenticationStatusCode.ContinueNeeded : NegotiateAuthenticationStatusCode.Completed; 370_isAuthenticated = statusCode == NegotiateAuthenticationStatusCode.Completed; 407NegState.AcceptCompleted => NegotiateAuthenticationStatusCode.Completed,
System\Net\NegotiateAuthenticationPal.Unix.cs (6)
311if (statusCode == NegotiateAuthenticationStatusCode.Completed) 349return NegotiateAuthenticationStatusCode.Completed; 377return NegotiateAuthenticationStatusCode.Completed; 408return NegotiateAuthenticationStatusCode.Completed; 648NegotiateAuthenticationStatusCode.Completed : 715errorCode = NegotiateAuthenticationStatusCode.Completed;
System\Net\Security\NegotiateAuthentication.cs (6)
207/// Successful step of the authentication returns either <see cref="NegotiateAuthenticationStatusCode.Completed" /> 224if (statusCode == NegotiateAuthenticationStatusCode.Completed) 253/// Successful step of the authentication returns either <see cref="NegotiateAuthenticationStatusCode.Completed" /> 305/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success, other 334/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success. 362/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success.
System\Net\Security\NegotiateStream.cs (7)
414statusCode = NegotiateAuthenticationStatusCode.Completed; 422if (statusCode != NegotiateAuthenticationStatusCode.Completed) 539statusCode = NegotiateAuthenticationStatusCode.Completed; 546if (statusCode != NegotiateAuthenticationStatusCode.Completed) 763NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Completed; 792else if (statusCode == NegotiateAuthenticationStatusCode.Completed) 898_remoteOk = statusCode is NegotiateAuthenticationStatusCode.Completed;