Discuss this help topic in SecureBlackbox Forum

TElPKCS11Manager.Count

TElPKCS11Manager     See also     


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


Nuber of objects in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count: integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to get a number of Cryptoki objects in the list.

See also:     Objects    

Discuss this help topic in SecureBlackbox Forum