CMC_ADD_EXTENSIONS_INFO structure (wincrypt.h)
The CMC_ADD_EXTENSIONS_INFO structure contains certificate extension control attributes to be added to a certificate.
Syntax
typedef struct _CMC_ADD_EXTENSIONS_INFO {
DWORD dwCmcDataReference;
DWORD cCertReference;
DWORD *rgdwCertReference;
DWORD cExtension;
PCERT_EXTENSION rgExtension;
} CMC_ADD_EXTENSIONS_INFO, *PCMC_ADD_EXTENSIONS_INFO;
Members
dwCmcDataReference
DWORD data reference number.
cCertReference
DWORD count of elements in the rgdwCertReference array.
rgdwCertReference
Array of certificate reference numbers.
cExtension
DWORD count of the elements in the rgExtension array.
rgExtension
Array of pointers to the CERT_EXTENSION certificate extensions 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 |