Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.Count

TElPKCS7Attributes     See also     


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


This property contains the number of attributes in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();
    void set_Count(int32_t Value);

[PHP]
    integer get_Count()
    void set_Count(integer $Value)

[Java]
    int getCount();
    void setCount(int Value);

Description

    Use this property to get total amount of attributes accessible via Attributes property.

See also:     Attributes     Values     Remove     FormatAttributeValue     UnformatAttributeValue    

Discuss this help topic in SecureBlackbox Forum