33 references to 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) 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)
312if (statusCode == NegotiateAuthenticationStatusCode.Completed) 350return NegotiateAuthenticationStatusCode.Completed; 378return NegotiateAuthenticationStatusCode.Completed; 409return NegotiateAuthenticationStatusCode.Completed; 656NegotiateAuthenticationStatusCode.Completed : 722errorCode = 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" /> 299/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success, other 328/// <see cref="NegotiateAuthenticationStatusCode.Completed" /> on success. 356/// <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;