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
X509NameType.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20000FD")]
7 public enum X509NameType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40004C8")]
11 [global::Cpp2ILInjected.Token(Token = "0x40004C9")]
13 [global::Cpp2ILInjected.Token(Token = "0x40004CA")]
14 UpnName,
15 [global::Cpp2ILInjected.Token(Token = "0x40004CB")]
16 DnsName,
17 [global::Cpp2ILInjected.Token(Token = "0x40004CC")]
19 [global::Cpp2ILInjected.Token(Token = "0x40004CD")]
21 }
22}