Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface ICspAsymmetricAlgorithm

The ICspAsymmetricAlgorithm type exposes the following members.

  NameDescription
Public propertySupported by Silverlight for Windows PhoneCspKeyContainerInfoGets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair.
Top

  NameDescription
Public methodSupported by Silverlight for Windows PhoneExportCspBlobSecurity Critical. Exports a blob that contains the key information associated with an AsymmetricAlgorithm object.
Public methodSupported by Silverlight for Windows PhoneImportCspBlobSecurity Critical. Imports a blob that represents asymmetric key information.
Top

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.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft