Discuss this help topic in SecureBlackbox Forum

TElPKCS11AttributeList.Remove

TElPKCS11AttributeList     See also     


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


Removes attribute 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 - Position of the attribute to be removed. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this method to delete an attribute from the list.

See also:     Attributes     Values     Add     Insert    

Discuss this help topic in SecureBlackbox Forum