terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Parse()

bool System.Net.DigestSession.Parse ( string challenge)
inline

Definition at line 182 of file DigestSession.cs.

183 {
184 string[] values = this.parser.values;
185 bool flag;
186 if (flag)
187 {
188 string text;
189 bool flag2 = text.StartsWith("MD5");
190 }
191 MD5 md = MD5.Create();
192 this.hash = md;
193 return true;
194 }
class f__AnonymousType0<< Count > j__TPar
DigestHeaderParser parser
static new MD5 Create()
Definition MD5.cs:18

References System.Security.Cryptography.MD5.Create(), j__TPar, System.Net.DigestSession.parser, System.text, System.values, and System.Net.DigestHeaderParser.values.