CERT_OR_CRL_BUNDLE structure (wincrypt.h)
La structure CERT_OR_CRL_BUNDLE encapsule un tableau de certificats à utiliser avec les messages Internet Key Exchange.
Syntaxe
typedef struct _CERT_OR_CRL_BUNDLE {
DWORD cItem;
PCERT_OR_CRL_BLOB rgItem;
} CERT_OR_CRL_BUNDLE, *PCERT_OR_CRL_BUNDLE;
Membres
cItem
Nombre d’éléments du tableau pointés par le membre rgItem .
rgItem
Pointeur vers un tableau de certificats.
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | wincrypt.h |