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