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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Security.Cryptography
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
11
protected
AsymmetricKeyExchangeFormatter
()
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.AsymmetricAlgorithm
Definition
AsymmetricAlgorithm.cs:10
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.SetKey
void SetKey(AsymmetricAlgorithm key)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.AsymmetricKeyExchangeFormatter
AsymmetricKeyExchangeFormatter()
Definition
AsymmetricKeyExchangeFormatter.cs:11
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.Parameters
string Parameters
Definition
AsymmetricKeyExchangeFormatter.cs:17
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange
byte[] CreateKeyExchange(byte[] data, Type symAlgType)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange
byte[] CreateKeyExchange(byte[] data)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter
Definition
AsymmetricKeyExchangeFormatter.cs:9
System.Type
Definition
Type.cs:12
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
AsymmetricKeyExchangeFormatter.cs
Generated by
1.10.0