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
X509ChainElement.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200010F RID: 271
6 public class X509ChainElement
7 {
8 // Token: 0x06000636 RID: 1590 RVA: 0x00017450 File Offset: 0x00015650
13
14 // Token: 0x1700014F RID: 335
15 // (get) Token: 0x06000637 RID: 1591 RVA: 0x0001746C File Offset: 0x0001566C
17 {
18 get
19 {
20 return this.certificate;
21 }
22 }
23
24 // Token: 0x17000150 RID: 336
25 // (get) Token: 0x06000638 RID: 1592 RVA: 0x00017480 File Offset: 0x00015680
27 {
28 get
29 {
30 return this.status;
31 }
32 }
33
34 // Token: 0x17000151 RID: 337
35 // (get) Token: 0x06000639 RID: 1593 RVA: 0x00017494 File Offset: 0x00015694
36 // (set) Token: 0x0600063A RID: 1594 RVA: 0x000174A8 File Offset: 0x000156A8
38 {
39 get
40 {
41 return this.compressed_status_flags;
42 }
43 set
44 {
46 }
47 }
48
49 // Token: 0x0600063B RID: 1595 RVA: 0x000174BC File Offset: 0x000156BC
50 private int Count(X509ChainStatusFlags flags)
51 {
52 }
53
54 // Token: 0x0600063C RID: 1596 RVA: 0x000174CC File Offset: 0x000156CC
55 private void Set(X509ChainStatus[] status, int position, X509ChainStatusFlags flags, X509ChainStatusFlags mask)
56 {
58 }
59
60 // Token: 0x0600063D RID: 1597 RVA: 0x000174E4 File Offset: 0x000156E4
61 internal void UncompressFlags()
62 {
64 {
65 X509Certificate2 x509Certificate = this.certificate;
66 return;
67 }
68 }
69
70 // Token: 0x04000508 RID: 1288
72
73 // Token: 0x04000509 RID: 1289
75
76 // Token: 0x0400050A RID: 1290
77 private string info;
78
79 // Token: 0x0400050B RID: 1291
81 }
82}
class f__AnonymousType0<< Count > j__TPar
void Set(X509ChainStatus[] status, int position, X509ChainStatusFlags flags, X509ChainStatusFlags mask)
static string GetInformation(X509ChainStatusFlags flags)