1 write to Algorithm
System (1)
net\System\Net\_DigestClient.cs (1)
583
Algorithm
= value;
8 references to Algorithm
System (8)
net\System\Net\_DigestClient.cs (8)
637
if (
Algorithm
!=null) {
639
stringBuilder.Append(HttpDigest.pair(HttpDigest.DA_algorithm,
Algorithm
, true));
1024
if (digestChallenge.
Algorithm
!=null) {
1027
authorization.Append(pair(DA_algorithm, digestChallenge.
Algorithm
, true)); // IE sends quotes - IIS needs them
1135
if (challenge.
Algorithm
==null || string.Compare(challenge.
Algorithm
, "md5" ,StringComparison.OrdinalIgnoreCase)==0) {
1138
else if (string.Compare(challenge.
Algorithm
, "md5-sess" ,StringComparison.OrdinalIgnoreCase)==0) {
1142
Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_digest_hash_algorithm_not_supported, challenge.
Algorithm
));