Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 3.01 KB

ns-schannel-sch_cred_public_certchain.md

File metadata and controls

77 lines (63 loc) · 3.01 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:schannel._SCH_CRED_PUBLIC_CERTCHAIN
SCH_CRED_PUBLIC_CERTCHAIN (schannel.h)
The SCH_CRED_PUBLIC_CERTCHAIN structure contains a single certificate. A certification chain can be built from this certificate.
*PSCH_CRED_PUBLIC_CERTCHAIN
PSCH_CRED_PUBLIC_CERTCHAIN
PSCH_CRED_PUBLIC_CERTCHAIN structure pointer [Security]
SCH_CRED_PUBLIC_CERTCHAIN
SCH_CRED_PUBLIC_CERTCHAIN structure [Security]
_ssp_sch_cred_public_certchain
schannel/PSCH_CRED_PUBLIC_CERTCHAIN
schannel/SCH_CRED_PUBLIC_CERTCHAIN
security.sch_cred_public_certchain
security\sch_cred_public_certchain.htm
security
b6019f43-df94-4d30-9acf-a94772901e6e
12/05/2018
*PSCH_CRED_PUBLIC_CERTCHAIN, PSCH_CRED_PUBLIC_CERTCHAIN, PSCH_CRED_PUBLIC_CERTCHAIN structure pointer [Security], SCH_CRED_PUBLIC_CERTCHAIN, SCH_CRED_PUBLIC_CERTCHAIN structure [Security], _ssp_sch_cred_public_certchain, schannel/PSCH_CRED_PUBLIC_CERTCHAIN, schannel/SCH_CRED_PUBLIC_CERTCHAIN, security.sch_cred_public_certchain
schannel.h
Schnlsp.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SCH_CRED_PUBLIC_CERTCHAIN, *PSCH_CRED_PUBLIC_CERTCHAIN
19H1
_SCH_CRED_PUBLIC_CERTCHAIN
schannel/_SCH_CRED_PUBLIC_CERTCHAIN
PSCH_CRED_PUBLIC_CERTCHAIN
schannel/PSCH_CRED_PUBLIC_CERTCHAIN
SCH_CRED_PUBLIC_CERTCHAIN
schannel/SCH_CRED_PUBLIC_CERTCHAIN
c++
APIRef
kbSyntax
HeaderDef
Schannel.h
SCH_CRED_PUBLIC_CERTCHAIN

SCH_CRED_PUBLIC_CERTCHAIN structure

-description

[The SCH_CRED_PUBLIC_CERTCHAIN structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the SCH_CREDENTIALS structure.]

The SCH_CRED_PUBLIC_CERTCHAIN structure contains a single certificate. A certification chain can be built from this certificate.

-struct-fields

-field dwType

Must always be set to SCH_CRED_X509_CERTCHAIN.

-field cbCertChain

Size of the X.509 certificate, in bytes.

-field pCertChain

Pointer to an X.509 leaf certificate.

-remarks

This structure does not directly support certificate chains. If a server needs to use certificate chains, the intermediate certificates can be placed in the certification authority's (CA) certificate store and Schannel will automatically pick them up from there.