IX509PrivateKey::ExportPublicKey 方法 (certenroll.h)
ExportPublicKey 方法會匯出非對稱密鑰組的公鑰部分。
語法
HRESULT ExportPublicKey(
[out] IX509PublicKey **ppPublicKey
);
參數
[out] ppPublicKey
接收代表索引鍵 之 IX509PublicKey 介面指標的變數位址。
傳回值
如果函式成功,函式會傳回 S_OK。
如果函式失敗,它會傳回 指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
備註
您必須先呼叫 Open 或 Create 來開啟私鑰,才能呼叫此方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certenroll.h |
Dll | CertEnroll.dll |