CMC_TAGGED_CONTENT_INFO structure (wincrypt.h)
The CMC_TAGGED_CONTENT_INFO structure is used in the CMC_DATA_INFO and CMC_RESPONSE_INFO structures.
Syntax
typedef struct _CMC_TAGGED_CONTENT_INFO {
DWORD dwBodyPartID;
CRYPT_DER_BLOB EncodedContentInfo;
} CMC_TAGGED_CONTENT_INFO, *PCMC_TAGGED_CONTENT_INFO;
Members
dwBodyPartID
DWORD identifying the tagged other message.
EncodedContentInfo
A CRYPT_DER_BLOB structure that contains the encoded content information.
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wincrypt.h |