ICspAsymmetricAlgorithm Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines methods that allow an AsymmetricAlgorithm class to enumerate key container information, and import and export Microsoft Cryptographic API (CAPI)–compatible key blobs.
Assembly: mscorlib (in mscorlib.dll)
The ICspAsymmetricAlgorithm type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CspKeyContainerInfo | Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair. |
| Name | Description | |
|---|---|---|
![]() | ExportCspBlob | Security Critical. Exports a blob that contains the key information associated with an AsymmetricAlgorithm object. |
![]() | ImportCspBlob | Security Critical. Imports a blob that represents asymmetric key information. |
Classes that extend the AsymmetricAlgorithm class should implement the ICspAsymmetricAlgorithm interface to enumerate key container information using a CspKeyContainerInfo object, and to import and export Microsoft Cryptographic API (CAPI)–compatible key blobs.

