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
X509ChainImplUnityTls.cs
Go to the documentation of this file.
1using System;
8
9namespace Mono.Unity
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000048")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60000B2")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1D46008", Offset = "0x1D46008", Length = "0x7C")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "VerifyCallback", MemberParameters = new object[]
17 {
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsProvider), Member = "ValidateCertificate", MemberParameters = new object[]
22 {
24 typeof(string),
25 typeof(bool),
27 typeof(bool),
30 typeof(ref int)
31 }, ReturnType = typeof(bool))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainPolicy), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainImpl), Member = ".ctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
40
41 [global::Cpp2ILInjected.Token(Token = "0x17000014")]
42 public override bool IsValid
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x60000B3")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1D473A8", Offset = "0x1D473A8", Length = "0x20")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityTls), Member = "get_NativeInterface", ReturnType = typeof(UnityTls.unitytls_interface_struct))]
49 get
50 {
51 throw null;
52 }
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x17000015")]
57 {
58 [global::Cpp2ILInjected.Token(Token = "0x60000B4")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1D473C8", Offset = "0x1D473C8", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x17000016")]
69 {
70 [global::Cpp2ILInjected.Token(Token = "0x60000B5")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1D473D0", Offset = "0x1D473D0", Length = "0x2AC")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainImpl), Member = "ThrowIfContextInvalid", ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainElementCollection), Member = ".ctor", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityTls), Member = "get_NativeInterface", ReturnType = typeof(UnityTls.unitytls_interface_struct))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(IntPtr))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(int))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509Certificate2), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainElementCollection), Member = "Add", MemberParameters = new object[] { typeof(X509Certificate2) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainElementCollection), Member = "get_Count", ReturnType = typeof(int))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainElementCollection), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(X509ChainElement))]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x60000B6")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1D4767C", Offset = "0x1D4767C", Length = "0x104")]
92 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
93 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<X509ChainStatus>), Member = ".ctor", ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainStatus), Member = ".ctor", MemberParameters = new object[] { typeof(X509ChainStatusFlags) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
97 public override void AddStatus(X509ChainStatusFlags error)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x17000017")]
104 {
105 [global::Cpp2ILInjected.Token(Token = "0x60000B7")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1D47780", Offset = "0x1D47780", Length = "0x8")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 get
109 {
110 throw null;
111 }
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x60000B8")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1D47788", Offset = "0x1D47788", Length = "0x8")]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 public override bool Build(X509Certificate2 certificate)
118 {
119 throw null;
120 }
121
122 [global::Cpp2ILInjected.Token(Token = "0x60000B9")]
123 [global::Cpp2ILInjected.Address(RVA = "0x1D47790", Offset = "0x1D47790", Length = "0x34")]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityTls), Member = "get_NativeInterface", ReturnType = typeof(UnityTls.unitytls_interface_struct))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainElementCollection), Member = "Clear", ReturnType = typeof(void))]
127 public override void Reset()
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x60000BA")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1D477C4", Offset = "0x1D477C4", Length = "0x38")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainImpl), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
137 protected override void Dispose(bool disposing)
138 {
139 throw null;
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x4000096")]
143 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
145
146 [global::Cpp2ILInjected.Token(Token = "0x4000097")]
147 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
149
150 [global::Cpp2ILInjected.Token(Token = "0x4000098")]
151 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
153
154 [global::Cpp2ILInjected.Token(Token = "0x4000099")]
155 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
157
158 [global::Cpp2ILInjected.Token(Token = "0x400009A")]
159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
160 private bool reverseOrder;
161 }
162}
class f__AnonymousType0<< Count > j__TPar
override void Dispose(bool disposing)
override void AddStatus(X509ChainStatusFlags error)
override bool Build(X509Certificate2 certificate)
UnityTls.unitytls_x509list_ref nativeCertificateChain
unsafe X509ChainImplUnityTls(UnityTls.unitytls_x509list_ref nativeCertificateChain, bool reverseOrder=false)
override X509ChainElementCollection ChainElements
X509ChainElementCollection elements
UnityTls.unitytls_x509list_ref NativeCertificateChain