CMC_TAGGED_OTHER_MSG structure (wincrypt.h)

The CMC_TAGGED_OTHER_MSG structure is used in the CMC_DATA_INFO and CMC_RESPONSE_INFO structures.

Syntax

typedef struct _CMC_TAGGED_OTHER_MSG {
  DWORD            dwBodyPartID;
  LPSTR            pszObjId;
  CRYPT_OBJID_BLOB Value;
} CMC_TAGGED_OTHER_MSG, *PCMC_TAGGED_OTHER_MSG;

Members

dwBodyPartID

DWORD identifying the tagged other message.

pszObjId

Object identifier (OID) of the other message.

Value

A CRYPT_OBJID_BLOB structure that contains the encoded other message information.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h