ICspAsymmetricAlgorithm 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義方法,讓 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。 |