Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.ObjectCount

TElPKCS11CertStorage     See also     


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


This read-only property contains the number of objects in storage.

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 property to retrieve the number of objects in storage.

See also:     Objects     AddObject    

Discuss this help topic in SecureBlackbox Forum