Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.Remove

TElPKCS7Attributes     See also     


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


This method removes a single Attribute=Values pair from list.

Declaration

[C#]
    bool Remove(int Index);

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

[Pascal]
    function Remove(Index : integer): boolean;

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

[PHP]
    bool Remove(integer $Index)

[Java]
    boolean remove(int Index);

Parameters

  • Index - Index of the attribute in the list
  • AttrIndex -
  • ValueIndex -

Return value

    True on success.
    False otherwise.

Description

    Use this method to remove a single Attribute=Values pair from the list.

See also:     Count     FormatAttributeValue     UnformatAttributeValue    

Discuss this help topic in SecureBlackbox Forum