CERT_PAIR structure (wincrypt.h)
The CERT_PAIR structure contains a certificate and its pair cross certificate.
Syntax
typedef struct _CERT_PAIR {
CERT_BLOB Forward;
CERT_BLOB Reverse;
} CERT_PAIR, *PCERT_PAIR;
Members
Forward
An optional CERT_BLOB structure that contains a certificate. If the cbData member of Forward is zero, the certificate may be empty.
Reverse
An optional CERT_BLOB structure that contains a certificate. If the cbData member of Reverse is zero, the certificate may be empty.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |