Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.AddOCSPResponse

TElCAdESRevocationInfo     See also     


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


Adds an OCSP response to the list.

Declaration

[C#]
    int AddOCSPResponse(TElOCSPResponse Resp);

[VB.NET]
    Function AddOCSPResponse(ByVal Resp As TElOCSPResponse) As Integer

[Pascal]
    function AddOCSPResponse(Resp : TElOCSPResponse): integer;

[C++]
    int32_t AddOCSPResponse(TElOCSPResponse &Resp);
    int32_t AddOCSPResponse(TElOCSPResponse *Resp);

[PHP]
    integer AddOCSPResponse(TElOCSPResponse $Resp)

[Java]
    int addOCSPResponse(TElOCSPResponse Resp);

Parameters

  • Resp - the item to be added to the list.

Return value

    On success, returns the index of the newly added response in the list. On failure, returns -1.

Description

    Use this method to add a new OCSP response to the list.

See also:     RemoveOCSPResponse     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum