Fonction CertFreeCertificateChainList (wincrypt.h)
La fonction CertFreeCertificateChainList libère le tableau de pointeurs vers des contextes de chaîne.
Syntaxe
void CertFreeCertificateChainList(
[in] PCCERT_CHAIN_CONTEXT *prgpSelection
);
Paramètres
[in] prgpSelection
Pointeur vers une structure PCCERT_CHAIN_CONTEXT retournée par la fonction CertSelectCertificateChains .
Valeur de retour
None
Remarques
Avant d’appeler la fonction CertFreeCertificateChainList , vous devez appeler la fonction CertFreeCertificateChain sur chaque contexte de chaîne dans le tableau vers lequel pointe le paramètre prgpSelection .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | wincrypt.h |
Bibliothèque | Crypt32.lib |
DLL | Crypt32.dll |