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
X509Extension.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000117 RID: 279
7 {
8 // Token: 0x06000693 RID: 1683 RVA: 0x00018608 File Offset: 0x00016808
9 protected X509Extension()
10 {
11 }
12
13 // Token: 0x06000694 RID: 1684 RVA: 0x0001861C File Offset: 0x0001681C
14 public X509Extension(string oid, byte[] rawData, bool critical)
15 : base(oid, rawData)
16 {
17 }
18
19 // Token: 0x1700016C RID: 364
20 // (get) Token: 0x06000695 RID: 1685 RVA: 0x00018634 File Offset: 0x00016834
21 // (set) Token: 0x06000696 RID: 1686 RVA: 0x00018648 File Offset: 0x00016848
22 public bool Critical
23 {
24 get
25 {
26 return this._critical;
27 }
28 set
29 {
30 }
31 }
32
33 // Token: 0x06000697 RID: 1687 RVA: 0x00018658 File Offset: 0x00016858
35 {
36 while (asnEncodedData == null)
37 {
38 }
39 base.CopyFrom(asnEncodedData);
40 }
41
42 // Token: 0x06000698 RID: 1688 RVA: 0x0001867C File Offset: 0x0001687C
43 internal string FormatUnkownData(byte[] data)
44 {
45 for (;;)
46 {
47 int num = 1;
48 if (data != null && num != 0)
49 {
50 return;
51 }
52 }
53 }
54
55 // Token: 0x0400052B RID: 1323
56 private bool _critical;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
override void CopyFrom(AsnEncodedData asnEncodedData)
X509Extension(string oid, byte[] rawData, bool critical)