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
BasicConstraintsExtension.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000035 RID: 53
8 {
9 // Token: 0x0600019E RID: 414 RVA: 0x00007B68 File Offset: 0x00005D68
14
15 // Token: 0x0600019F RID: 415 RVA: 0x00007B7C File Offset: 0x00005D7C
16 protected override void Decode()
17 {
20 byte[] value = extnValue.Value;
21 ASN1 asn;
22 if (asn != null)
23 {
24 byte nTag = asn.m_nTag;
25 byte[] value2 = asn.Value;
26 this.cA = nTag != 0;
27 ASN1 asn2;
28 if (asn2 != null)
29 {
30 byte nTag2 = asn2.m_nTag;
31 int num = ASN1Convert.ToInt32(asn2);
33 }
34 }
35 }
36
37 // Token: 0x060001A0 RID: 416 RVA: 0x00007BDC File Offset: 0x00005DDC
38 protected override void Encode()
39 {
40 if (this.cA && this.cA)
41 {
43 }
44 }
45
46 // Token: 0x1700007A RID: 122
47 // (get) Token: 0x060001A1 RID: 417 RVA: 0x00007C08 File Offset: 0x00005E08
49 {
50 get
51 {
52 return this.cA;
53 }
54 }
55
56 // Token: 0x1700007B RID: 123
57 // (get) Token: 0x060001A2 RID: 418 RVA: 0x00007C1C File Offset: 0x00005E1C
58 public override string Name
59 {
60 get
61 {
62 return "Basic Constraints";
63 }
64 }
65
66 // Token: 0x060001A3 RID: 419 RVA: 0x00007C30 File Offset: 0x00005E30
67 public override string ToString()
68 {
69 bool flag = this.cA;
70 string newLine = Environment.NewLine;
71 int num = this.pathLenConstraint;
73 string text;
74 return text;
75 }
76
77 // Token: 0x040000BE RID: 190
78 private bool cA;
79
80 // Token: 0x040000BF RID: 191
81 private int pathLenConstraint;
82 }
83}
class f__AnonymousType0<< Count > j__TPar
static ASN1 FromInt32(int value)
static int ToInt32(ASN1 asn1)
byte[] Value
Definition ASN1.cs:89
static string NewLine
static CultureInfo InvariantCulture