Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CMC_RESPONSE_INFO structure (wincrypt.h)

The CMC_RESPONSE_INFO structure provides a means of communicating different pieces of tagged information.

Syntax

typedef struct _CMC_RESPONSE_INFO {
 DWORD cTaggedAttribute;
 PCMC_TAGGED_ATTRIBUTE rgTaggedAttribute;
 DWORD cTaggedContentInfo;
 PCMC_TAGGED_CONTENT_INFO rgTaggedContentInfo;
 DWORD cTaggedOtherMsg;
 PCMC_TAGGED_OTHER_MSG rgTaggedOtherMsg;
} CMC_RESPONSE_INFO, *PCMC_RESPONSE_INFO;

Members

cTaggedAttribute

Count of the number of elements in the rgTaggedAttribute member array.

rgTaggedAttribute

Array of CMC_TAGGED_ATTRIBUTE structures.

cTaggedContentInfo

Count of the number of elements in the rgTaggedContentInfo member array.

rgTaggedContentInfo

Array of CMC_TAGGED_CONTENT_INFO structures.

cTaggedOtherMsg

Count of the number of elements in the rgTaggedOtherMsg member array.

rgTaggedOtherMsg

Array of CMC_TAGGED_OTHER_MSG structures.

Remarks

All tagged arrays are optional.

Requirements

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

Feedback

Was this page helpful?

Additional resources