IX509AttributeArchiveKeyHash::get_EncryptedKeyHashBlob メソッド (certenroll.h)

EncryptedKeyHashBlob プロパティは、暗号化された秘密キーハッシュを含む文字列を取得します。

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

構文

HRESULT get_EncryptedKeyHashBlob(
  EncodingType Encoding,
  BSTR         *pValue
);

パラメーター

Encoding

pValue

戻り値

なし

解説

EncryptedKeyHashBlob プロパティを初期化するには、InitializeEncodeFromEncryptedKeyBlob メソッドまたは InitializeDecode メソッドを呼び出します。

要件

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

こちらもご覧ください

IX509AttributeArchiveKeyHash