Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CertFreeServerOcspResponseContext function decrements the reference count for a CERT_SERVER_OCSP_RESPONSE_CONTEXT structure. If the reference count becomes zero, memory allocated for the structure is released.
Syntax
void CertFreeServerOcspResponseContext(
[in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);
Parameters
[in] pServerOcspResponseContext
A pointer to a CERT_SERVER_OCSP_RESPONSE_CONTEXT structure that contains a value returned by the CertGetServerOcspResponseContext function.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wincrypt.h |
Library | Crypt32.lib |
DLL | Crypt32.dll |