Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICspAsymmetricAlgorithm.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography
;
2
3
public
interface
ICspAsymmetricAlgorithm
4
{
5
CspKeyContainerInfo
CspKeyContainerInfo
{
get
; }
6
7
byte
[]
ExportCspBlob
(
bool
includePrivateParameters);
8
9
void
ImportCspBlob
(
byte
[] rawData);
10
}
System.Security.Cryptography.CspKeyContainerInfo
Definition
CspKeyContainerInfo.cs:8
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:4
System.Security.Cryptography
Definition
CryptoPool.cs:3
source
System.Security.Cryptography.Csp
System.Security.Cryptography
ICspAsymmetricAlgorithm.cs
Generated by
1.10.0