ICspAsymmetricAlgorithm Interface
.NET Framework (current version)
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)
| Name | Description | |
|---|---|---|
![]() | CspKeyContainerInfo | Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair. |
| Name | Description | |
|---|---|---|
![]() | ExportCspBlob(Boolean) | Exports a blob that contains the key information associated with an AsymmetricAlgorithm object. |
![]() | ImportCspBlob(array<Byte>^) | 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.
.NET Framework
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show:

