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