IX509CertificateRequestPkcs10::get_CryptAttributes 方法 (certenroll.h)

CryptAttributes 属性检索可选证书属性的 ICryptAttributes 集合。

此属性为只读。

语法

HRESULT get_CryptAttributes(
  ICryptAttributes **ppValue
);

参数

ppValue

返回值

备注

在调用此属性之前,必须初始化 IX509CertificateRequestPkcs10 对象。 有关详细信息,请参阅以下任一方法:

要求

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

另请参阅

IX509CertificateRequestPkcs10