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密碼編譯 API (CAPI) 相容的金鑰 Blob。

屬性

CspKeyContainerInfo

取得 CspKeyContainerInfo 物件,其描述密碼編譯金鑰組的其他相關資訊。

方法

ExportCspBlob(Boolean)

匯出包含與 AsymmetricAlgorithm 物件相關聯金鑰資訊的 Blob。

ImportCspBlob(Byte[])

匯入代表非對稱金鑰資訊的 Blob。

適用於