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
CertificateEncoding.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001AF RID: 431
6 internal enum CertificateEncoding
7 {
8 // Token: 0x040008DD RID: 2269
9 Zero,
10 // Token: 0x040008DE RID: 2270
12 // Token: 0x040008DF RID: 2271
14 // Token: 0x040008E0 RID: 2272
15 Pkcs7AsnEncoding = 65536,
16 // Token: 0x040008E1 RID: 2273
17 Pkcs7NdrEncoding = 131072,
18 // Token: 0x040008E2 RID: 2274
19 AnyAsnEncoding = 65537
20 }
21}