CertFreeCertificateChainList function (wincrypt.h)
The CertFreeCertificateChainList function frees the array of pointers to chain contexts.
Syntax
void CertFreeCertificateChainList(
[in] PCCERT_CHAIN_CONTEXT *prgpSelection
);
Parameters
[in] prgpSelection
A pointer to a PCCERT_CHAIN_CONTEXT structure returned by the CertSelectCertificateChains function.
Return value
None
Remarks
Before calling the CertFreeCertificateChainList function, you must call the CertFreeCertificateChain function on each chain context within the array pointed to by the prgpSelection parameter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | wincrypt.h |
Library | Crypt32.lib |
DLL | Crypt32.dll |