ocspReadResponse
Read a response to an Online Certification Status Protocol (OCSP) request and outputs the main results in text form.
Syntax
[VBA]
Public Function ocspReadResponse ( _
szResponseFile As String, _
Optional szIssuerCert As String = "", _
Optional nOptions As Long = 0, _
Optional szExtensions As String = "" _
) As String
Parameters
- szResponseFile
- Name of the file containing the response data in BER format.
- szIssuerCert
- (optional) Name of issuer's X.509 certificate file (or string with its base64 representation).
- nOptions
- For future use.
- szExtensions
- For future use.
Return Value
String: A text string outlining the main results in the response data or an empty string on error.
Remarks
Note different order of parameters from core function.