Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wincrypt.h |