Discuss this help topic in SecureBlackbox Forum

TElCertificateStatusSSLExtension.OCSPResponse

TElCertificateStatusSSLExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     TElOCSPClient    

Discuss this help topic in SecureBlackbox Forum