terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SignatureDescription.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000301 RID: 769
7 [ComVisible(true)]
9 {
10 // Token: 0x06001A12 RID: 6674 RVA: 0x00038078 File Offset: 0x00036278
12 {
13 }
14
15 // Token: 0x06001A13 RID: 6675 RVA: 0x0003808C File Offset: 0x0003628C
17 {
18 do
19 {
20 base..ctor();
21 }
22 while (el == null);
23 string text = el.SearchForTextOfTag("Key");
25 string text2 = el.SearchForTextOfTag("Digest");
26 this._strDigest = text2;
27 string text3 = el.SearchForTextOfTag("Formatter");
29 string text4 = el.SearchForTextOfTag("Deformatter");
31 }
32
33 // Token: 0x170002CE RID: 718
34 // (get) Token: 0x06001A14 RID: 6676 RVA: 0x000380F0 File Offset: 0x000362F0
35 // (set) Token: 0x06001A15 RID: 6677 RVA: 0x00038104 File Offset: 0x00036304
36 public string KeyAlgorithm
37 {
38 get
39 {
40 return this._strKey;
41 }
42 set
43 {
45 }
46 }
47
48 // Token: 0x170002CF RID: 719
49 // (get) Token: 0x06001A16 RID: 6678 RVA: 0x00038118 File Offset: 0x00036318
50 // (set) Token: 0x06001A17 RID: 6679 RVA: 0x0003812C File Offset: 0x0003632C
51 public string DigestAlgorithm
52 {
53 get
54 {
55 return this._strDigest;
56 }
57 set
58 {
60 }
61 }
62
63 // Token: 0x170002D0 RID: 720
64 // (get) Token: 0x06001A18 RID: 6680 RVA: 0x00038140 File Offset: 0x00036340
65 // (set) Token: 0x06001A19 RID: 6681 RVA: 0x00038154 File Offset: 0x00036354
66 public string FormatterAlgorithm
67 {
68 get
69 {
70 return this._strFormatter;
71 }
72 set
73 {
75 }
76 }
77
78 // Token: 0x170002D1 RID: 721
79 // (get) Token: 0x06001A1A RID: 6682 RVA: 0x00038168 File Offset: 0x00036368
80 // (set) Token: 0x06001A1B RID: 6683 RVA: 0x0003817C File Offset: 0x0003637C
82 {
83 get
84 {
85 return this._strDeformatter;
86 }
87 set
88 {
90 }
91 }
92
93 // Token: 0x06001A1C RID: 6684 RVA: 0x00038190 File Offset: 0x00036390
95 {
96 int num = 1;
97 string strDeformatter = this._strDeformatter;
98 if (num == 0)
99 {
100 }
102 throw new InvalidCastException();
103 }
104
105 // Token: 0x06001A1D RID: 6685 RVA: 0x000381B8 File Offset: 0x000363B8
107 {
108 int num = 1;
109 string strFormatter = this._strFormatter;
110 if (num == 0)
111 {
112 }
114 throw new InvalidCastException();
115 }
116
117 // Token: 0x06001A1E RID: 6686 RVA: 0x000381E0 File Offset: 0x000363E0
119 {
120 int num = 1;
121 string strDigest = this._strDigest;
122 if (num == 0)
123 {
124 }
126 {
127 }
128 throw new InvalidCastException();
129 }
130
131 // Token: 0x04000D26 RID: 3366
132 private string _strKey;
133
134 // Token: 0x04000D27 RID: 3367
135 private string _strDigest;
136
137 // Token: 0x04000D28 RID: 3368
138 private string _strFormatter;
139
140 // Token: 0x04000D29 RID: 3369
141 private string _strDeformatter;
142 }
143}
class f__AnonymousType0<< Count > j__TPar
static object CreateFromName(string name)
virtual AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
virtual AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)