Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.Values

TElPKCS7Attributes     See also     


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


This property contains the list of values for a single attribute

Declaration

[C#]
    TElByteArrayList Values[int Index];

[VB.NET]
    Property Values(ByVal Index As Integer) As TElByteArrayList

[Pascal]
    property Values[Index : integer] : TStringList;

[C++]
    TElByteArrayList* get_Values(int32_t Index);

[PHP]
    TElByteArrayList get_Values(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the attribute value in list

Description

    Use this property to access the values of a single attribute.

See also:     Attributes     Count     FormatAttributeValue     UnformatAttributeValue    

Discuss this help topic in SecureBlackbox Forum