terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
X509ContentType.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000320")]
7 public enum X509ContentType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000DC5")]
10 Unknown,
11 [global::Cpp2ILInjected.Token(Token = "0x4000DC6")]
12 Cert,
13 [global::Cpp2ILInjected.Token(Token = "0x4000DC7")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000DC8")]
16 Pfx,
17 [global::Cpp2ILInjected.Token(Token = "0x4000DC9")]
18 Pkcs12 = 3,
19 [global::Cpp2ILInjected.Token(Token = "0x4000DCA")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000DCB")]
22 Pkcs7,
23 [global::Cpp2ILInjected.Token(Token = "0x4000DCC")]
24 Authenticode
25 }
26}