Discuss this help topic in SecureBlackbox Forum

TElPKCS11AttributeList.Count

TElPKCS11AttributeList     See also     


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


This property contains 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);

Parameters

  • Index - The index of the desired attribute in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the number of attributes in the list.

See also:     Attributes     Values    

Discuss this help topic in SecureBlackbox Forum