CMC_TAGGED_CERT_REQUEST structure (wincrypt.h)

The CMC_TAGGED_CERT_REQUEST structure is used in the CMC_TAGGED_REQUEST structure.

Syntax

typedef struct _CMC_TAGGED_CERT_REQUEST {
  DWORD          dwBodyPartID;
  CRYPT_DER_BLOB SignedCertRequest;
} CMC_TAGGED_CERT_REQUEST, *PCMC_TAGGED_CERT_REQUEST;

Members

dwBodyPartID

DWORD identifying the tagged certificate request.

SignedCertRequest

A CRYPT_DER_BLOB structure that contains a signed request for a certificate.

Requirements

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