1 write to ChallengeData
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
40
ChallengeData
= challenge;
2 references to ChallengeData
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
248
var digestResponse = new DigestResponse(challenge.
ChallengeData
);
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
182
string? challengeData = challenge.
ChallengeData
;