ICspInformations::GetHashAlgorithms 方法 (certenroll.h)

GetHashAlgorithms 方法检索提供程序支持的哈希算法集合。

语法

HRESULT GetHashAlgorithms(
  [in, optional] ICspInformation *pCspInformation,
  [out]          IObjectIds      **ppValue
);

参数

[in, optional] pCspInformation

指向表示提供程序的 ICspInformation 接口的指针。 这可以是 CSP) (旧式加密服务提供程序、加密 API:下一代 (CNG) 提供程序或 NULL。 如果指定 NULL,此方法将返回所有 CSP 和 CNG 提供程序支持的所有哈希算法的集合。

[out] ppValue

指向表示集合的 IObjectIds 接口的指针的地址。

返回值

如果函数成功,该函数将返回 S_OK

如果函数失败,它将返回一个 指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 通用 HRESULT 值

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 certenroll.h
DLL CertEnroll.dll

另请参阅

ICspInformation

ICspInformations