3 references to DA_nc
System (3)
net\System\Net\_DigestClient.cs (3)
588
else if (name.Equals(HttpDigest.
DA_nc
)) {
659
stringBuilder.Append(HttpDigest.pair(HttpDigest.
DA_nc
, NonceCount.ToString("x8", NumberFormatInfo.InvariantInfo), true));
1032
authorization.Append(pair(
DA_nc
, digestChallenge.NonceCount.ToString("x8", NumberFormatInfo.InvariantInfo), false));