ICspAsymmetricAlgorithm Interface
Defines methods that allow an AsymmetricAlgorithm class to enumerate key container information, and import and export Microsoft Cryptographic API (CAPI)–compatible key blobs.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


