6 references to SupportedQuality
System (6)
net\System\Net\_DigestClient.cs (6)
164
index = challenge.QualityOfProtection.IndexOf(HttpDigest.
SupportedQuality
, index);
170
(index+HttpDigest.
SupportedQuality
.Length==challenge.QualityOfProtection.Length || HttpDigest.ValidSeparator.IndexOf(challenge.QualityOfProtection[index + HttpDigest.
SupportedQuality
.Length])>=0) ) {
173
index += HttpDigest.
SupportedQuality
.Length;
1037
authorization.Append(pair(DA_qop,
SupportedQuality
, true)); // IE sends quotes - IIS needs them
1126
SupportedQuality
+ ":" + // challenge.QualityOfProtection + ":" +