CMC_TAGGED_REQUEST structure (wincrypt.h)

The CMC_TAGGED_REQUEST structure is used in the CMC_DATA_INFO structures to request a certificate. In the future, it may be used for other requests.

Syntax

typedef struct _CMC_TAGGED_REQUEST {
  DWORD dwTaggedRequestChoice;
  union {
    PCMC_TAGGED_CERT_REQUEST pTaggedCertRequest;
  } DUMMYUNIONNAME;
} CMC_TAGGED_REQUEST, *PCMC_TAGGED_REQUEST;

Members

dwTaggedRequestChoice

DWORD identifying the union member to be used. CMC_TAGGED_CERT_REQUEST_CHOICE can be used to select the CMC_TAGGED_CERT_REQUEST.

DUMMYUNIONNAME

DUMMYUNIONNAME.pTaggedCertRequest

A pointer to a CMC_TAGGED_CERT_REQUEST structure containing the signed certificate request.

Remarks

Additional members of the union may be defined in future versions.

Requirements

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