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
X509Store.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200011C RID: 284
7 public sealed class X509Store : IDisposable
8 {
9 // Token: 0x060006B8 RID: 1720 RVA: 0x00018A30 File Offset: 0x00016C30
14
15 // Token: 0x17000174 RID: 372
16 // (get) Token: 0x060006B9 RID: 1721 RVA: 0x00018A60 File Offset: 0x00016C60
18 {
19 get
20 {
22 do
23 {
25 }
26 while (x509Certificate2Collection == null || this.store != null);
27 x509Certificate2Collection.Clear();
30 }
31 }
32
33 // Token: 0x17000175 RID: 373
34 // (get) Token: 0x060006BA RID: 1722 RVA: 0x00018A90 File Offset: 0x00016C90
36 {
37 get
38 {
39 StoreLocation location = this._location;
41 }
42 }
43
44 // Token: 0x17000176 RID: 374
45 // (get) Token: 0x060006BB RID: 1723 RVA: 0x00018AB4 File Offset: 0x00016CB4
47 {
48 get
49 {
50 return this.store;
51 }
52 }
53
54 // Token: 0x060006BC RID: 1724 RVA: 0x00018AC8 File Offset: 0x00016CC8
55 public void Close()
56 {
58 if (x509Certificate2Collection != null)
59 {
61 return;
62 }
63 }
64
65 // Token: 0x060006BD RID: 1725 RVA: 0x00018AE8 File Offset: 0x00016CE8
66 public void Dispose()
67 {
69 if (x509Certificate2Collection != null)
70 {
72 return;
73 }
74 }
75
76 // Token: 0x060006BE RID: 1726 RVA: 0x00018B08 File Offset: 0x00016D08
77 public void Open(OpenFlags flags)
78 {
79 bool flag = string.IsNullOrEmpty(this._name);
80 string name = this._name;
81 bool flag2 = name == "Root";
82 StoreLocation location = this._location;
84 }
85
86 // Token: 0x04000534 RID: 1332
87 private string _name;
88
89 // Token: 0x04000535 RID: 1333
91
92 // Token: 0x04000536 RID: 1334
94
95 // Token: 0x04000537 RID: 1335
97
98 // Token: 0x04000538 RID: 1336
100 }
101}
class f__AnonymousType0<< Count > j__TPar
X509Store(StoreName storeName, StoreLocation storeLocation)
Definition X509Store.cs:10