Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 2 KB

ns-wincrypt-cert_pair.md

File metadata and controls

67 lines (58 loc) · 2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CERT_PAIR
CERT_PAIR (wincrypt.h)
The CERT_PAIR structure contains a certificate and its pair cross certificate.
*PCERT_PAIR
CERT_PAIR
CERT_PAIR structure [Security]
PCERT_PAIR
PCERT_PAIR structure pointer [Security]
_crypto2_cert_pair
security.cert_pair
wincrypt/CERT_PAIR
wincrypt/PCERT_PAIR
security\cert_pair.htm
security
b5929430-1b12-4ebf-a5ef-3669bba63f8c
12/05/2018
*PCERT_PAIR, CERT_PAIR, CERT_PAIR structure [Security], PCERT_PAIR, PCERT_PAIR structure pointer [Security], _crypto2_cert_pair, security.cert_pair, wincrypt/CERT_PAIR, wincrypt/PCERT_PAIR
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CERT_PAIR, *PCERT_PAIR
19H1
_CERT_PAIR
wincrypt/_CERT_PAIR
PCERT_PAIR
wincrypt/PCERT_PAIR
CERT_PAIR
wincrypt/CERT_PAIR
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CERT_PAIR

CERT_PAIR structure

-description

The CERT_PAIR structure contains a certificate and its pair cross certificate.

-struct-fields

-field Forward

An optional CERT_BLOB structure that contains a certificate. If the cbData member of Forward is zero, the certificate may be empty.

-field Reverse

An optional CERT_BLOB structure that contains a certificate. If the cbData member of Reverse is zero, the certificate may be empty.