次の方法で共有


CertDuplicateCertificateChain (Windows CE 5.0)

Send Feedback

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

PCCERT_CHAIN_CONTEXT WINAPI CertDuplicateCertificateChain(PCCERT_CHAIN_CONTEXTpChainContext);

Parameters

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

Return Values

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

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.

See Also

CertGetCertificateChain | CERT_CHAIN_CONTEXT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.