222 private string HA1(
string username,
string password)
225 string text =
string.Format(
"{0}:{1}:{2}", username, password, password);
230 bool flag =
values2.ToLower() ==
"md5-sess";
234 text3 =
string.Format(
"{0}:{1}:{2}", text2,
text,
cnonce);
251 string text = this.
HA1(username, password);
255 string text2 =
string.Format(
"{0}:{1}:",
text, password);
262 string text3 =
string.Format(
"{0}:{1}:{2}:", text4,
cnonce, num);
265 string text6 = this.
HA2(webRequest);
275 return "nc={0:X8}, ";
class f__AnonymousType0<< Count > j__TPar
Authorization Authenticate(WebRequest webRequest, ICredentials credentials)
string HA1(string username, string password)
DigestHeaderParser parser
string HashToHexString(string toBeHashed)
string Response(string username, string password, HttpWebRequest webRequest)
static RandomNumberGenerator rng
bool Parse(string challenge)
string HA2(HttpWebRequest webRequest)
static RandomNumberGenerator Create()