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
AsymmetricKeyExchangeDeformatter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002C5 RID: 709
7 [ComVisible(true)]
8 public abstract class AsymmetricKeyExchangeDeformatter
9 {
10 // Token: 0x06001812 RID: 6162 RVA: 0x00033958 File Offset: 0x00031B58
12 {
13 }
14
15 // Token: 0x17000287 RID: 647
16 // (get) Token: 0x06001813 RID: 6163
17 // (set) Token: 0x06001814 RID: 6164
18 public abstract string Parameters { get; set; }
19
20 // Token: 0x06001815 RID: 6165
21 public abstract void SetKey(AsymmetricAlgorithm key);
22
23 // Token: 0x06001816 RID: 6166
24 public abstract byte[] DecryptKeyExchange(byte[] rgb);
25 }
26}
class f__AnonymousType0<< Count > j__TPar