IX509CertificateRequestCmc::get_CryptAttributes メソッド (certenroll.h)

CryptAttributes プロパティは、オプションの証明書属性の ICryptAttributes コレクションを取得します。

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

構文

HRESULT get_CryptAttributes(
  ICryptAttributes **ppValue
);

パラメーター

ppValue

戻り値

なし

解説

このプロパティを呼び出す前に、CMC 要求オブジェクトを初期化する必要があります。 詳細については、次のトピックを参照してください。

要件

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

関連項目

IX509CertificateRequestCmc