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

◆ MACTripleDES() [3/3]

System.Security.Cryptography.MACTripleDES.MACTripleDES ( string strTripleDES,
byte[] rgbKey )
inline

Definition at line 35 of file MACTripleDES.cs.

36 {
37 do
38 {
39 base..ctor();
40 }
41 while (rgbKey == null);
42 if (strTripleDES != null)
43 {
44 TripleDES tripleDES = TripleDES.Create(strTripleDES);
45 return;
46 }
47 TripleDES tripleDES2 = TripleDES.Create();
50 object obj;
51 if (obj != null)
52 {
53 if (obj != null)
54 {
56 if (obj != null)
57 {
58 goto IL_0043;
59 }
60 }
61 throw new InvalidCastException();
62 }
63 IL_0043:
64 TripleDES tripleDES3 = this.des;
65 TripleDES tripleDES4 = this.des;
66 TripleDES tripleDES5 = this.des;
67 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.TripleDES.Create(), System.Security.Cryptography.MACTripleDES.des, j__TPar, and System.obj.