CertCloseServerOcspResponse 関数 (wincrypt.h)
CertCloseServerOcspResponse 関数は、オンライン証明書状態プロトコル (OCSP) サーバー応答ハンドルを閉じます。
構文
void CertCloseServerOcspResponse(
[in] HCERT_SERVER_OCSP_RESPONSE hServerOcspResponse,
[in] DWORD dwFlags
);
パラメーター
[in] hServerOcspResponse
OCSP サーバー応答用に閉じるハンドル。
[in] dwFlags
このパラメーターは使われていないので、0 にする必要があります。
戻り値
なし
解説
CertCloseServerOcspResponse 関数は、CertOpenServerOcspResponse 関数または CertAddRefServerOcspResponse 関数によって返されるハンドルを閉じます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | wincrypt.h |
Library | Crypt32.lib |
[DLL] | Crypt32.dll |