ICertPropertyKeyProvInfo::get_PrivateKey メソッド (certenroll.h)

PrivateKey プロパティは、証明書に関連付けられている秘密キーを取得します。

このプロパティは読み取り専用です。

構文

HRESULT get_PrivateKey(
  IX509PrivateKey **ppValue
);

パラメーター

ppValue

戻り値

なし

解説

Initialize メソッドを呼び出して説明を作成します。

要件

   
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー certenroll.h
[DLL] CertEnroll.dll

関連項目

ICertProperty

ICertPropertyKeyProvInfo