Share via


ICspAsymmetricAlgorithm インターフェイス

定義

AsymmetricAlgorithm クラスによってキー コンテナーの情報を列挙して Microsoft 暗号化 API (CAPI) と互換性のあるキー blob をインポートおよびエクスポートできるようにするためのメソッドを定義します。

public interface class ICspAsymmetricAlgorithm
public interface ICspAsymmetricAlgorithm
[System.Runtime.InteropServices.ComVisible(true)]
public interface ICspAsymmetricAlgorithm
type ICspAsymmetricAlgorithm = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ICspAsymmetricAlgorithm = interface
Public Interface ICspAsymmetricAlgorithm
派生
属性

注釈

クラスを AsymmetricAlgorithm 拡張するクラスでは、 インターフェイスを ICspAsymmetricAlgorithm 実装して、 オブジェクトを使用してキー コンテナー情報を CspKeyContainerInfo 列挙し、Microsoft Cryptographic API (CAPI) 互換のキー BLOB をインポートおよびエクスポートする必要があります。

プロパティ

CspKeyContainerInfo

暗号化キーの組に関する追加情報を説明する CspKeyContainerInfo オブジェクトを取得します。

メソッド

ExportCspBlob(Boolean)

AsymmetricAlgorithm オブジェクトに関連付けられたキー情報を格納する blob をエクスポートします。

ImportCspBlob(Byte[])

非対称キーの情報を表す BLOB をインポートします。

適用対象