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
X509Pal.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono
4{
5 // Token: 0x0200000A RID: 10
6 internal static class X509Pal
7 {
8 // Token: 0x17000006 RID: 6
9 // (get) Token: 0x06000028 RID: 40 RVA: 0x0000225C File Offset: 0x0000045C
10 public static X509PalImpl Instance
11 {
12 get
13 {
14 if (!true)
15 {
16 }
19 return x509PalImpl;
20 }
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
static SystemDependencyProvider Instance
static X509PalImpl Instance
Definition X509Pal.cs:11