Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.RemoveOCSPResponse

TElCAdESRevocationInfo     See also     


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


Removes an OCSP response from the list.

Declaration

[C#]
    void RemoveOCSPResponse(int Index);

[VB.NET]
    Sub RemoveOCSPResponse(ByVal Index As Integer)

[Pascal]
    procedure RemoveOCSPResponse(Index : integer);

[C++]
    void RemoveOCSPResponse(int32_t Index);

[PHP]
    void RemoveOCSPResponse(integer $Index)

[Java]
    void removeOCSPResponse(int Index);

Parameters

  • Index - the index of the item to be removed. The indexing starts with 0.

Description

    Use this method to remove the desired OCSP response from the list.

See also:     AddOCSPResponse     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum