Funzione CertFreeCertificateChainList (wincrypt.h)
La funzione CertFreeCertificateChainList libera la matrice di puntatori a contesti di catena.
Sintassi
void CertFreeCertificateChainList(
[in] PCCERT_CHAIN_CONTEXT *prgpSelection
);
Parametri
[in] prgpSelection
Puntatore a una struttura PCCERT_CHAIN_CONTEXT restituita dalla funzione CertSelectCertificateChains .
Valore restituito
nessuno
Osservazioni
Prima di chiamare la funzione CertFreeCertificateChainList , è necessario chiamare la funzione CertFreeCertificateChain in ogni contesto della catena all'interno della matrice a cui punta il parametro prgpSelection .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | wincrypt.h |
Libreria | Crypt32.lib |
DLL | Crypt32.dll |