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
X509Pal.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200000A")]
10 internal static class X509Pal
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000006")]
13 public static X509PalImpl Instance
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1D40F50", Offset = "0x1D40F50", Length = "0x50")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509Certificate2), Member = "GetCertContentType", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(X509ContentType))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509Certificate2), Member = "CreateCustomExtensionIfAny", MemberParameters = new object[] { typeof(Oid) }, ReturnType = typeof(X509Extension))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemDependencyProvider), Member = "get_Instance", ReturnType = typeof(SystemDependencyProvider))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemCertificateProvider), Member = "get_X509Pal", ReturnType = typeof(X509PalImpl))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 get
24 {
25 throw null;
26 }
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static X509PalImpl Instance
Definition X509Pal.cs:14