System.Security.Cryptography.ICspAsymmetricAlgorithm

Defines methods that allow an System.Security.Cryptography.AsymmetricAlgorithm class to enumerate key container information, and import and export Microsoft Cryptographic API (CAPI)–compatible key blobs.

See Also: ICspAsymmetricAlgorithm Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface ICspAsymmetricAlgorithm

Remarks

Classes that extend the System.Security.Cryptography.AsymmetricAlgorithm class should implement the System.Security.Cryptography.ICspAsymmetricAlgorithm interface to enumerate key container information using a System.Security.Cryptography.CspKeyContainerInfo object, and to import and export Microsoft Cryptographic API (CAPI)–compatible key blobs.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0