Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage.Count

TElSSHCustomKeyStorage     See also     


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


This property specifies the number of keys that the storage contains

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

    Check this read-only property to get information about the number of keys that the storage contains.

See also:     Keys    

Discuss this help topic in SecureBlackbox Forum