Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.RemoveOCSPID

TElCMSRevocationRef     See also     


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


Removes an OCSP response identifier from the list.

Declaration

[C#]
    void RemoveOCSPID(int Index);

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

[Pascal]
    procedure RemoveOCSPID(Index: integer);

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

[PHP]
    void RemoveOCSPID(integer $Index)

[Java]
    void removeOCSPID(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 identifier from the list.

See also:     OCSPIDs     AddOCSPID    

Discuss this help topic in SecureBlackbox Forum