CMC_ADD_ATTRIBUTES_INFO 结构 (wincrypt.h)

CMC_ADD_ATTRIBUTES_INFO 结构包含要添加到证书的证书属性。

语法

typedef struct _CMC_ADD_ATTRIBUTES_INFO {
  DWORD            dwCmcDataReference;
  DWORD            cCertReference;
  DWORD            *rgdwCertReference;
  DWORD            cAttribute;
  PCRYPT_ATTRIBUTE rgAttribute;
} CMC_ADD_ATTRIBUTES_INFO, *PCMC_ADD_ATTRIBUTES_INFO;

成员

dwCmcDataReference

DWORD 数据引用编号。

cCertReference

rgdwCertReference 数组中的元素计数。

rgdwCertReference

证书引用编号数组。

cAttribute

rgAttribute 数组中的元素计数。

rgAttribute

指向要添加 的CRYPT_ATTRIBUTE 证书属性的指针数组。

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 wincrypt.h