terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
X509Extension.cs
Go to the documentation of this file.
1using System;
2using System.Text;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000117")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000693")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1EDBE74", Offset = "0x1EDBE74", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509BasicConstraintsExtension), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509BasicConstraintsExtension), Member = ".ctor", MemberParameters = new object[]
16 {
18 typeof(bool)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509BasicConstraintsExtension), Member = ".ctor", MemberParameters = new object[]
21 {
22 typeof(bool),
23 typeof(bool),
24 typeof(int),
25 typeof(bool)
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsnEncodedData), Member = ".ctor", ReturnType = typeof(void))]
29 protected X509Extension()
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000694")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1EDC930", Offset = "0x1EDC930", Length = "0x28")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CertificateData), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsnEncodedData), Member = ".ctor", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(byte[])
42 }, ReturnType = typeof(void))]
43 public X509Extension(string oid, byte[] rawData, bool critical)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x1700016C")]
49 public bool Critical
50 {
51 [global::Cpp2ILInjected.Token(Token = "0x6000695")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1EDC958", Offset = "0x1EDC958", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 get
55 {
56 throw null;
57 }
58 [global::Cpp2ILInjected.Token(Token = "0x6000696")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1EDC960", Offset = "0x1EDC960", Length = "0xC")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 set
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6000697")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1EDC96C", Offset = "0x1EDC96C", Length = "0x124")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsnEncodedData), Member = "CopyFrom", MemberParameters = new object[] { typeof(AsnEncodedData) }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Locale", Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000698")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1EDC834", Offset = "0x1EDC834", Length = "0xFC")]
83 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509BasicConstraintsExtension), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509KeyUsageExtension), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509SubjectKeyIdentifierExtension), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "ToString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
92 internal string FormatUnkownData(byte[] data)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x400052B")]
98 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
99 private bool _critical;
100 }
101}
class f__AnonymousType0<< Count > j__TPar
override void CopyFrom(AsnEncodedData asnEncodedData)
X509Extension(string oid, byte[] rawData, bool critical)