Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.RemoveOCSPResponse

TElCMSRevocationValues     See also     


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


Removes the desired 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 deleted. The first item has Index=0, the second has Index=1, and so on.

Description

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

See also:     OCSPResponses     AddOCSPResponse    

Discuss this help topic in SecureBlackbox Forum