5 references to GetOutgoingBlob
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
22var outgoingBlob = _instance.GetOutgoingBlob(incomingBlob, out var authStatus);
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (2)
186string? challengeResponse = authContext.GetOutgoingBlob(challengeData, out statusCode); 209authContext.GetOutgoingBlob(challengeData, out statusCode);
System.Net.Mail (2)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
60resp = clientContext.GetOutgoingBlob(challenge, out statusCode);
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
41string? resp = clientContext.GetOutgoingBlob(challenge, out statusCode);