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
X509Certificate2Impl.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000108")]
10 internal abstract class X509Certificate2Impl : X509CertificateImpl
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700012B")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60005E1")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x1700012C")]
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x60005E2")]
23 get;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x1700012D")]
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x60005E3")]
30 get;
31 [global::Cpp2ILInjected.Token(Token = "0x60005E4")]
32 set;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x1700012E")]
36 public abstract string SignatureAlgorithm
37 {
38 [global::Cpp2ILInjected.Token(Token = "0x60005E5")]
39 get;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x1700012F")]
44 {
45 [global::Cpp2ILInjected.Token(Token = "0x60005E6")]
46 get;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x17000130")]
50 public abstract int Version
51 {
52 [global::Cpp2ILInjected.Token(Token = "0x60005E7")]
53 get;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x17000131")]
58 {
59 [global::Cpp2ILInjected.Token(Token = "0x60005E8")]
60 get;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x60005E9")]
64 public abstract string GetNameInfo(X509NameType nameType, bool forIssuer);
65
66 [global::Cpp2ILInjected.Token(Token = "0x60005EA")]
68
69 [global::Cpp2ILInjected.Token(Token = "0x60005EB")]
70 public abstract void AppendPrivateKeyInfo(StringBuilder sb);
71
72 [global::Cpp2ILInjected.Token(Token = "0x60005EC")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1ED58EC", Offset = "0x1ED58EC", Length = "0xAC")]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x60005ED")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1ED5998", Offset = "0x1ED5998", Length = "0x8")]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "System.Security.Cryptography.X509Certificates.X509CertificateImpl", Member = ".ctor", ReturnType = typeof(void))]
87 {
88 throw null;
89 }
90 }
91}
class f__AnonymousType0<< Count > j__TPar
string GetNameInfo(X509NameType nameType, bool forIssuer)
override X509CertificateImpl CopyWithPrivateKey(RSA privateKey)