CertCloseServerOcspResponse 函式 (wincrypt.h)
CertCloseServerOcspResponse 函式會關閉在線憑證狀態通訊協定, (OCSP) 伺服器回應句柄。
語法
void CertCloseServerOcspResponse(
[in] HCERT_SERVER_OCSP_RESPONSE hServerOcspResponse,
[in] DWORD dwFlags
);
參數
[in] hServerOcspResponse
要關閉 OCSP 伺服器回應的句柄。
[in] dwFlags
這個參數不會使用,而且必須是零。
傳回值
無
備註
CertCloseServerOcspResponse 函式會關閉 CertOpenServerOcspResponse 或 CertAddRefServerOcspResponse 函式所傳回的句柄。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wincrypt.h |
程式庫 | Crypt32.lib |
Dll | Crypt32.dll |