ICspStatus::get_CspAlgorithm メソッド (certenroll.h)

CspAlgorithm プロパティは、プロバイダーでサポートされているアルゴリズムに関する情報を含む ICspAlgorithm オブジェクトを取得します。 このプロパティは Web 対応です。

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

構文

HRESULT get_CspAlgorithm(
  ICspAlgorithm **ppValue
);

パラメーター

ppValue

戻り値

なし

解説

ICspAlgorithm オブジェクトには、アルゴリズムに関する次の情報が含まれています。

  • キーの既定、最小、最大、増分の長さ。
  • アルゴリズムの省略名と長い名前。
  • アルゴリズムによって実行できる暗号化操作。

要件

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

こちらもご覧ください

ICspStatus

ICspStatuses