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
SafeBag.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Security.X509
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200000D")]
8 internal class SafeBag
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000046")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A7B8A0", Offset = "0x1A7B8A0", Length = "0x2C")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public SafeBag(string bagOID, ASN1 asn1)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x17000016")]
20 public string BagOID
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000047")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1A7B8CC", Offset = "0x1A7B8CC", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 get
26 {
27 throw null;
28 }
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x17000017")]
32 public ASN1 ASN1
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000048")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1A7B8D4", Offset = "0x1A7B8D4", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x4000021")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
45 private string _bagOID;
46
47 [global::Cpp2ILInjected.Token(Token = "0x4000022")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
49 private ASN1 _asn1;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
SafeBag(string bagOID, ASN1 asn1)
Definition SafeBag.cs:14