4 references to GetOutgoingBlob
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (2)
156
string? challengeResponse = authContext.
GetOutgoingBlob
(challengeData, out statusCode);
179
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);