CERT_OR_CRL_BUNDLE structure (wincrypt.h)

The CERT_OR_CRL_BUNDLE structure encapsulates an array of certificates for use with Internet Key Exchange messages.

Syntax

typedef struct _CERT_OR_CRL_BUNDLE {
  DWORD             cItem;
  PCERT_OR_CRL_BLOB rgItem;
} CERT_OR_CRL_BUNDLE, *PCERT_OR_CRL_BUNDLE;

Members

cItem

The number of items in the array pointed to by the rgItem member.

rgItem

A pointer to an array of certificates.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header wincrypt.h