CertFreeCertificateChainList 函式 (wincrypt.h)
CertFreeCertificateChainList 函式會釋放鏈結內容的指標陣列。
語法
void CertFreeCertificateChainList(
[in] PCCERT_CHAIN_CONTEXT *prgpSelection
);
參數
[in] prgpSelection
CertSelectCertificateChains 函式所傳回之PCCERT_CHAIN_CONTEXT結構的指標。
傳回值
無
備註
在呼叫 CertFreeCertificateChainList 函式之前,您必須在 prgpSelection 參數所指向數位內的每個鏈結內容上呼叫 CertFreeCertificateChain 函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincrypt.h |
程式庫 | Crypt32.lib |
Dll | Crypt32.dll |