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
AsymmetricKeyExchangeFormatter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002C6 RID: 710
7 [ComVisible(true)]
8 public abstract class AsymmetricKeyExchangeFormatter
9 {
10 // Token: 0x06001817 RID: 6167 RVA: 0x0003396C File Offset: 0x00031B6C
12 {
13 }
14
15 // Token: 0x17000288 RID: 648
16 // (get) Token: 0x06001818 RID: 6168
17 public abstract string Parameters { get; }
18
19 // Token: 0x06001819 RID: 6169
20 public abstract void SetKey(AsymmetricAlgorithm key);
21
22 // Token: 0x0600181A RID: 6170
23 public abstract byte[] CreateKeyExchange(byte[] data);
24
25 // Token: 0x0600181B RID: 6171
26 public abstract byte[] CreateKeyExchange(byte[] data, Type symAlgType);
27 }
28}
class f__AnonymousType0<< Count > j__TPar
byte[] CreateKeyExchange(byte[] data, Type symAlgType)