CMC_ADD_ATTRIBUTES_INFO structure (wincrypt.h)
The CMC_ADD_ATTRIBUTES_INFO structure contains certificate attributes to be added to a certificate.
Syntax
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;
Members
dwCmcDataReference
DWORD data reference number.
cCertReference
Count of elements in the rgdwCertReference array.
rgdwCertReference
Array of certificate reference numbers.
cAttribute
Count of the elements in the rgAttribute array.
rgAttribute
Array of pointers to the CRYPT_ATTRIBUTE certificate attributes to be added.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |