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
DefaultCertificatePolicy.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000237")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000E28")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F402C4", Offset = "0x1F402C4", Length = "0x7C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServicePointManager), Member = "get_ServerCertificateValidationCallback", ReturnType = typeof(RemoteCertificateValidationCallback))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6000E29")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1F40340", Offset = "0x1F40340", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServicePointManager), Member = "get_CertificatePolicy", ReturnType = typeof(ICertificatePolicy))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
29 {
30 throw null;
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
bool CheckValidationResult(ServicePoint point, X509Certificate certificate, WebRequest request, int certificateProblem)