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
X509ChainStatus.cs
Go to the documentation of this file.
1using System;
4using Mono.Unity;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000115")]
9 public struct X509ChainStatus
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000687")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1ED9730", Offset = "0x1ED9730", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainImplUnityTls), Member = "AddStatus", MemberParameters = new object[] { typeof(X509ChainStatusFlags) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(X509ChainStatus), Member = "GetInformation", MemberParameters = new object[] { typeof(X509ChainStatusFlags) }, ReturnType = typeof(string))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x1700016A")]
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000688")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1EDBDC0", Offset = "0x1EDBDC0", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 [global::Cpp2ILInjected.Token(Token = "0x6000689")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1EDBDC8", Offset = "0x1EDBDC8", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 set
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x1700016B")]
41 public string StatusInformation
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x600068A")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1EDBDD0", Offset = "0x1EDBDD0", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 set
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x600068B")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1ED818C", Offset = "0x1ED818C", Length = "0x198")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainElement), Member = "Set", MemberParameters = new object[]
56 {
58 typeof(ref int),
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainElement), Member = "UncompressFlags", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainImplMono), Member = "Build", MemberParameters = new object[] { typeof(X509Certificate2) }, ReturnType = typeof(bool))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainStatus), Member = ".ctor", MemberParameters = new object[] { typeof(X509ChainStatusFlags) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 25)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Locale", Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
69 internal static string GetInformation(X509ChainStatusFlags flags)
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x4000527")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
77
78 [global::Cpp2ILInjected.Token(Token = "0x4000528")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
80 private string info;
81 }
82}
class f__AnonymousType0<< Count > j__TPar
static string GetInformation(X509ChainStatusFlags flags)