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 CERT_SERVER_OCSP_RESPONSE_CONTEXT structure contains an encoded OCSP response.
Syntax
typedef struct _CERT_SERVER_OCSP_RESPONSE_CONTEXT {
DWORD cbSize;
BYTE *pbEncodedOcspResponse;
DWORD cbEncodedOcspResponse;
} CERT_SERVER_OCSP_RESPONSE_CONTEXT, *PCERT_SERVER_OCSP_RESPONSE_CONTEXT;
Members
cbSize
The size in bytes of this structure.
pbEncodedOcspResponse
A pointer to the data buffer that contains the encoded OCSP response.
cbEncodedOcspResponse
The size in bytes of pbEncodedOcspResponse.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wincrypt.h |