CERT_OR_CRL_BUNDLE struttura (wincrypt.h)
La struttura CERT_OR_CRL_BUNDLE incapsula una matrice di certificati da usare con i messaggi Di Exchange di Internet Key.
Sintassi
typedef struct _CERT_OR_CRL_BUNDLE {
DWORD cItem;
PCERT_OR_CRL_BLOB rgItem;
} CERT_OR_CRL_BUNDLE, *PCERT_OR_CRL_BUNDLE;
Members
cItem
Numero di elementi nella matrice a cui punta il membro rgItem .
rgItem
Puntatore a una matrice di certificati.
Requisiti
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | wincrypt.h |