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
GeneralNameType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000071 RID: 113
6 internal enum GeneralNameType
7 {
8 // Token: 0x0400013C RID: 316
10 // Token: 0x0400013D RID: 317
12 // Token: 0x0400013E RID: 318
13 Email = 1,
14 // Token: 0x0400013F RID: 319
15 DnsName,
16 // Token: 0x04000140 RID: 320
18 // Token: 0x04000141 RID: 321
20 // Token: 0x04000142 RID: 322
22 // Token: 0x04000143 RID: 323
24 // Token: 0x04000144 RID: 324
26 // Token: 0x04000145 RID: 325
28 }
29}