Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.RemoveOCSPResponse

TElPDFPublicKeyRevocationInfo     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 - index of the item to be removed from the list.

Description

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

See also:     AddOCSPResponse     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum