Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.Attributes

TElPKCS7Attributes     See also     


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


This property contains the list of attributes' Object Identifiers (OIDs)

Declaration

[C#]
    byte[] Attributes[int Index];

[VB.NET]
    Property Attributes(ByVal Index As Integer) As Byte()

[Pascal]
    property Attributes[Index : integer] : string;

[C++]
    void get_Attributes(int32_t Index, std::vector<uint8_t> &OutResult);
    void set_Attributes(int32_t Index, const std::vector<uint8_t> &Value);

[PHP]
    string get_Attributes(integer $Index)
    void set_Attributes(integer $Index, array of byte|string|NULL $Value)

[Java]
    not available

Parameters

  • Index - index of the attribute in list.

Description

    Use this property to access the object identifier for a single attribute.

See also:     Count     Values     FormatAttributeValue     UnformatAttributeValue    

Discuss this help topic in SecureBlackbox Forum