CertDuplicateCertificateChain 函式 (wincrypt.h)
CertDuplicateCertificateChain 函式會藉由遞增鏈結的參考計數來複製憑證鏈結的指標。
語法
PCCERT_CHAIN_CONTEXT CertDuplicateCertificateChain(
[in] PCCERT_CHAIN_CONTEXT pChainContext
);
參數
[in] pChainContext
要複製 之CERT_CHAIN_CONTEXT 鏈結內容的指標。
傳回值
如果函式成功,則會將指標傳回至鏈結內容。 此指標的值與傳遞至函式的 pChainContext 值相同。 當您完成使用鏈結內容時,請呼叫 CertFreeCertificateChain 函式來釋放鏈結內容。
如果函式失敗,則會傳回 NULL 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincrypt.h |
程式庫 | Crypt32.lib |
Dll | Crypt32.dll |