Discuss this help topic in SecureBlackbox Forum
Contains the OCSP Response, as sent by OCSP server.
Declaration
[C#]
byte[] OCSPResponse;
[VB.NET]
Property OCSPResponse As Byte()
[Pascal]
property OCSPResponse : ByteArray;
[C++]
void get_OCSPResponse(std::vector<uint8_t> &OutResult);
void set_OCSPResponse(const std::vector<uint8_t> &Value);
[PHP]
string get_OCSPResponse()
void set_OCSPResponse(array of byte|string|NULL $Value)
[Java]
byte[] getOCSPResponse();
void setOCSPResponse(byte[] Value);
Description
This property contains the response sent by OCSP server. Use TElOCSPClient to parse the reply.
Discuss this help topic in SecureBlackbox Forum