Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 3.4 KB

ns-wincrypt-cert_chain_element.md

File metadata and controls

99 lines (72 loc) · 3.4 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_CHAIN_ELEMENT
CERT_CHAIN_ELEMENT (wincrypt.h)
The CERT_CHAIN_ELEMENT structure is a single element in a simple certificate chain.
*PCERT_CHAIN_ELEMENT
CERT_CHAIN_ELEMENT
CERT_CHAIN_ELEMENT structure [Security]
PCERT_CHAIN_ELEMENT
PCERT_CHAIN_ELEMENT structure pointer [Security]
_crypto2_cert_chain_element
security.cert_chain_element
wincrypt/CERT_CHAIN_ELEMENT
wincrypt/PCERT_CHAIN_ELEMENT
security\cert_chain_element.htm
security
a1f6ba18-63ef-43ac-a17f-900fa13398aa
12/05/2018
*PCERT_CHAIN_ELEMENT, CERT_CHAIN_ELEMENT, CERT_CHAIN_ELEMENT structure [Security], PCERT_CHAIN_ELEMENT, PCERT_CHAIN_ELEMENT structure pointer [Security], _crypto2_cert_chain_element, security.cert_chain_element, wincrypt/CERT_CHAIN_ELEMENT, wincrypt/PCERT_CHAIN_ELEMENT
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CERT_CHAIN_ELEMENT, *PCERT_CHAIN_ELEMENT
19H1
_CERT_CHAIN_ELEMENT
wincrypt/_CERT_CHAIN_ELEMENT
PCERT_CHAIN_ELEMENT
wincrypt/PCERT_CHAIN_ELEMENT
CERT_CHAIN_ELEMENT
wincrypt/CERT_CHAIN_ELEMENT
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CERT_CHAIN_ELEMENT

CERT_CHAIN_ELEMENT structure

-description

The CERT_CHAIN_ELEMENT structure is a single element in a simple certificate chain. Each element has a pointer to a certificate context, a pointer to a structure that indicates the error status and information status of the certificate, and a pointer to a structure that indicates the revocation status of the certificate.

-struct-fields

-field cbSize

Size of this structure in bytes.

-field pCertContext

A pointer to a certificate context.

-field TrustStatus

Structure indicating the status of the certificate. The structure includes an error status code and an information status code. For information about status code values, see CERT_TRUST_STATUS.

-field pRevocationInfo

A pointer to a CERT_REVOCATION_INFO structure with information on the revocation status of the certificate. If revocation checking was not enabled, pRevocationInfo is NULL.

-field pIssuanceUsage

A pointer to a CERT_ENHKEY_USAGE structure. If NULL, any issuance policy is acceptable.

-field pApplicationUsage

A pointer to a CERT_ENHKEY_USAGE structure. If NULL, any enhanced key usage is acceptable.

-field pwszExtendedErrorInfo

A pointer to a null-terminated wide character string that contains extended error information. If NULL, there is no extended error information.

-see-also

CERT_REVOCATION_INFO

CERT_SIMPLE_CHAIN

CERT_TRUST_STATUS