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