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
X509PalImplMono.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200000B")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D40FA0", Offset = "0x1D40FA0", Length = "0x4")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509PalImpl), Member = "ImportFallback", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(X509Certificate2Impl))]
16 public override X509CertificateImpl Import(byte[] data)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1D40FA4", Offset = "0x1D40FA4", Length = "0x4")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509PalImpl), Member = "ImportFallback", MemberParameters = new object[]
25 {
26 typeof(byte[]),
27 "Microsoft.Win32.SafeHandles.SafePasswordHandle",
29 }, ReturnType = typeof(X509Certificate2Impl))]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1D40FA8", Offset = "0x1D40FA8", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1D405B8", Offset = "0x1D405B8", Length = "0x58")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SystemCertificateProvider), Member = "GetX509Pal", ReturnType = typeof(X509PalImpl))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
50 {
51 throw null;
52 }
53 }
54}
class f__AnonymousType0<< Count > j__TPar
override X509Certificate2Impl Import(byte[] data, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
override X509Certificate2Impl Import(X509Certificate cert)
override X509CertificateImpl Import(byte[] data)