共用方式為


ICspInformations::GetEncryptionCspAlgorithms 方法 (certenroll.h)

GetEncryptionCspAlgorithms 方法會擷取提供者支援的加密演算法集合。

語法

HRESULT GetEncryptionCspAlgorithms(
  [in, optional] ICspInformation *pCspInformation,
  [out]          ICspAlgorithms  **ppValue
);

參數

[in, optional] pCspInformation

代表提供者之 ICspInformation 介面的指標。 這可以是舊版密碼編譯服務提供者 (CSP) 、密碼編譯 API:新一代 (CNG) 提供者或 NULL。 如果您指定 NULL,這個方法會傳回所有 CSP 和 CNG 提供者所支援之所有加密演算法的集合。

[out] ppValue

接收代表集合 之 ICspAlgorithms 介面指標的變數位址。

傳回值

如果函式成功,函式會傳回 S_OK

如果函式失敗,它會傳回 指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 certenroll.h
Dll CertEnroll.dll

另請參閱

ICspInformation

ICspInformations