ICspAsymmetricAlgorithm
Provices methods to allow access to Key container information and Crypto API blob import/export ability
for Asymmetric algorithmes.
Public:
Properties:
Name | Description |
---|
CspKeyContainerInfo (get) |
Returns a key container object holding information about an Asymmetric algorithm.
|
Methods:
Name | Description |
---|
ExportCspBlob |
Returns a Crypto API blob from the Asymmetric algorithm.
|
ImportCspBlob |
Imports a Crypto API blob to be used by the Asymmetric algorithm.
|
Remarks
This interface provides a common set of methods used to retrieve information about an Asymmetric
algorithms key container and provides the ability to import and export Byte arrays represetning Crypto
API blobs used by Microsoft Cryptography Service Providers.
See Also
Project CorLib Overview
Class ICspAsymmetricAlgorithm Overview
RSACryptoServiceProvider
DSACryptoServiceProvider