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

◆ SignatureDescription() [2/2]

System.Security.Cryptography.SignatureDescription.SignatureDescription ( SecurityElement el)
inline

Definition at line 16 of file SignatureDescription.cs.

17 {
18 do
19 {
20 base..ctor();
21 }
22 while (el == null);
23 string text = el.SearchForTextOfTag("Key");
25 string text2 = el.SearchForTextOfTag("Digest");
26 this._strDigest = text2;
27 string text3 = el.SearchForTextOfTag("Formatter");
29 string text4 = el.SearchForTextOfTag("Deformatter");
31 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.