Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.KeyCount

TElPKCS11CertStorage     See also     


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


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

Declaration

[C#]
    int KeyCount;

[VB.NET]
    Property KeyCount As Integer

[Pascal]
    property KeyCount : integer;

[C++]
    int32_t get_KeyCount();

[PHP]
    integer get_KeyCount()

[Java]
    int getKeyCount();

Description

    Use this property to retrieve the number of keys in storage.

See also:     Keys     AddKey    

Discuss this help topic in SecureBlackbox Forum