ICspStatuses::get_ItemByOperations メソッド (certenroll.h)

ItemByOperations プロパティは、入力時に指定されたプロバイダーと同じ名前と同じアルゴリズムを持ち、異なる暗号化操作を識別する ICspStatus オブジェクトを取得します。

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

構文

HRESULT get_ItemByOperations(
  BSTR                    strCspName,
  BSTR                    strAlgorithmName,
  AlgorithmOperationFlags Operations,
  ICspStatus              **ppValue
);

パラメーター

strCspName

strAlgorithmName

Operations

ppValue

戻り値

なし

必要条件

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

こちらもご覧ください

ICspStatus

ICspStatuses