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