Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.Response

TElOCSPClient     See also     


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


Contains OCSP response.

Declaration

[C#]
    TElOCSPResponse Response;

[VB.NET]
    Property Response As TElOCSPResponse

[Pascal]
    property Response : TElOCSPResponse;

[C++]
    TElOCSPResponse* get_Response();

[PHP]
    TElOCSPResponse get_Response()

[Java]
    TElOCSPResponse getResponse();

Description

    Use this read-only property to get the response received from OCSP server.

See also:     CreateRequest    

Discuss this help topic in SecureBlackbox Forum