CertDuplicateCertificateChain (Compact 2013)

3/28/2014

This function duplicates a pointer to a certificate chain by incrementing the chain's reference count.

Syntax

PCCERT_CHAIN_CONTEXT WINAPI CertDuplicateCertificateChain(
  PCCERT_CHAIN_CONTEXT pChainContext
);

Parameters

  • pChainContext
    [in] Pointer to a CERT_CHAIN_CONTEXT structure's chain context to be duplicated.

Return Value

If the function succeeds, a pointer is returned to the chain context. This pointer has the same value as the pChainContext parameter passed into the function.

If the function fails, NULL is returned.

Requirements

Header

wincrypt.h

Library

crypt32.lib

See Also

Reference

Certificates Functions
CertGetCertificateChain
CERT_CHAIN_CONTEXT