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
ICspAsymmetricAlgorithm.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography
4
{
5
// Token: 0x020002B3 RID: 691
6
public
interface
ICspAsymmetricAlgorithm
7
{
8
// Token: 0x17000265 RID: 613
9
// (get) Token: 0x0600177F RID: 6015
10
CspKeyContainerInfo
CspKeyContainerInfo
{
get
; }
11
12
// Token: 0x06001780 RID: 6016
13
byte
[]
ExportCspBlob
(
bool
includePrivateParameters
);
14
15
// Token: 0x06001781 RID: 6017
16
void
ImportCspBlob
(
byte
[]
rawData
);
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.CspKeyContainerInfo
Definition
CspKeyContainerInfo.cs:10
System.Security.Cryptography.ICspAsymmetricAlgorithm.ImportCspBlob
void ImportCspBlob(byte[] rawData)
System.Security.Cryptography.ICspAsymmetricAlgorithm.ExportCspBlob
byte[] ExportCspBlob(bool includePrivateParameters)
System.Security.Cryptography.ICspAsymmetricAlgorithm
Definition
ICspAsymmetricAlgorithm.cs:7
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
ICspAsymmetricAlgorithm.cs
Generated by
1.10.0