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
SystemCertificateValidator.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono.Net.Security
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000068")]
10 internal static class SystemCertificateValidator
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600018D")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D4EEC0", Offset = "0x1D4EEC0", Length = "0x50")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600018E")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1D4A518", Offset = "0x1D4A518", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 internal static bool NeedsChain(MonoTlsSettings settings)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x400012D")]
30 private static bool is_macosx;
31
32 [global::Cpp2ILInjected.Token(Token = "0x400012E")]
33 private static X509KeyUsageFlags s_flags;
34 }
35}
static bool NeedsChain(MonoTlsSettings settings)