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
AuthorityKeyIdentifierExtension.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000034")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000198")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1A96734", Offset = "0x1A96734", Length = "0x4")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "GetAuthorityKeyIdentifier", MemberParameters = new object[] { typeof(X509Extension) }, ReturnType = typeof(string))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509Extension), Member = ".ctor", MemberParameters = new object[] { typeof(X509Extension) }, ReturnType = typeof(void))]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000199")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1A96738", Offset = "0x1A96738", Length = "0x118")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = "get_Value", ReturnType = typeof(byte[]))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = "get_Count", ReturnType = typeof(int))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(ASN1))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
32 protected override void Decode()
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600019A")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1A96850", Offset = "0x1A96850", Length = "0x104")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = ".ctor", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = ".ctor", MemberParameters = new object[]
42 {
43 typeof(byte),
44 typeof(byte[])
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASN1), Member = "Add", MemberParameters = new object[] { typeof(ASN1) }, ReturnType = typeof(ASN1))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
49 protected override void Encode()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000078")]
55 public override string Name
56 {
57 [global::Cpp2ILInjected.Token(Token = "0x600019B")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1A96954", Offset = "0x1A96954", Length = "0x40")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x17000079")]
68 public byte[] Identifier
69 {
70 [global::Cpp2ILInjected.Token(Token = "0x600019C")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1A96994", Offset = "0x1A96994", Length = "0x74")]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "GetAuthorityKeyIdentifier", MemberParameters = new object[] { typeof(X509Extension) }, ReturnType = typeof(string))]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clone", ReturnType = typeof(object))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
76 get
77 {
78 throw null;
79 }
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x600019D")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1A96A08", Offset = "0x1A96A08", Length = "0x154")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "ToString", MemberParameters = new object[]
90 {
91 typeof(string),
93 }, ReturnType = typeof(string))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
95 public override string ToString()
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x40000BD")]
101 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
102 private byte[] aki;
103 }
104}
class f__AnonymousType0<< Count > j__TPar