1 write to Nonce
System (1)
net\System\Net\_DigestClient.cs (1)
592
Nonce
= value;
7 references to Nonce
System (7)
net\System\Net\_DigestClient.cs (7)
645
if (
Nonce
!=null) {
647
stringBuilder.Append(HttpDigest.pair(HttpDigest.DA_nonce,
Nonce
, true));
872
if (digestChallenge.
Nonce
== null) {
948
bool upgraded = IsUpgraded(digestChallenge.
Nonce
, binding);
1019
authorization.Append(pair(DA_nonce, digestChallenge.
Nonce
, true));
1122
challenge.
Nonce
+ ":" +
1139
return hashString(username + ":" + challenge.Realm + ":" + password, challenge.MD5provider) + ":" + challenge.
Nonce
+ ":" + challenge.ClientNonce;