Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.ObjectCount

TElPKCS11SessionInfo     See also     


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


Specifies number of objects in the list.

Declaration

[C#]
    int ObjectCount;

[VB.NET]
    Property ObjectCount As Integer

[Pascal]
    property ObjectCount : Integer;

[C++]
    int32_t get_ObjectCount();

[PHP]
    integer get_ObjectCount()

[Java]
    int getObjectCount();

Description

    Use this read-only property to get the number of elements in the Objects list.

See also:     Objects    

Discuss this help topic in SecureBlackbox Forum