CERT_PAIR structure (wincrypt.h)
La structure CERT_PAIR contient un certificat et son certificat croisé pair.
Syntaxe
typedef struct _CERT_PAIR {
CERT_BLOB Forward;
CERT_BLOB Reverse;
} CERT_PAIR, *PCERT_PAIR;
Membres
Forward
Structure CERT_BLOB facultative qui contient un certificat. Si le membre cbData de Forward est égal à zéro, le certificat peut être vide.
Reverse
Structure CERT_BLOB facultative qui contient un certificat. Si le membre cbData de Reverse est égal à zéro, le certificat peut être vide.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wincrypt.h |