ICspStatus::get_CspInformation 方法 (certenroll.h)

CspInformation 属性检索包含有关提供程序的常规信息的 ICspInformation 对象。 此属性已启用 Web。

此属性为只读。

语法

HRESULT get_CspInformation(
  ICspInformation **ppValue
);

参数

ppValue

返回值

备注

ICspInformation 对象包括有关 CSP 的以下信息:

  • 支持的算法及其预期用途的集合。
  • CSP 是在硬件还是软件中实现的。
  • CSP 是智能卡提供程序还是旧提供程序。
  • 版本号和名称。
  • CSP 是否安装在客户端计算机上。

要求

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

另请参阅

ICspStatus

ICspStatuses