Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRefs.Remove

TElCMSRevocationRefs     See also     


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


Removes an item from the list.

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index: integer);

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

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(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 RevocationRef element from the list.

See also:     Refs     Add    

Discuss this help topic in SecureBlackbox Forum