Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CERT_SERVER_OCSP_RESPONSE_CONTEXT structure (wincrypt.h)

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

Feedback

Was this page helpful?

Additional resources