Interface ICpCspAsymmetricAlgorithm
An algorithm that implements Crypto API.
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public interface ICpCspAsymmetricAlgorithm
Properties
CspKeyContainerInfo
Declaration
CpCspKeyContainerInfo CspKeyContainerInfo { get; }
Property Value
Handle
Gets a copy to a native HCRYPTPROV handle.
Declaration
Property Value
HandleNoDuplicate
Gets a native HCRYPTPROV handle.
Declaration
nint HandleNoDuplicate { get; }
Property Value
KeySpec
Gets a key specification.
Declaration
Property Value
Methods
ExportCspBlob()
Declaration
Returns
ImportCspBlob(byte[])
Declaration
void ImportCspBlob(byte[] rawData)
Parameters
Type |
Name |
Description |
byte[] |
rawData |
|