Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage.Keys

TElSSHCustomKeyStorage     See also     


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


Use this property to directly access particular key in storage

Declaration

[C#]
    TElSSHKey Keys[int Index];

[VB.NET]
    Property Keys(ByVal Index As Integer) As TElSSHKey

[Pascal]
    property Keys [Index : integer] : TElSSHKey;

[C++]
    TElSSHKey* get_Keys(int32_t Index);

[PHP]
    TElSSHKey get_Keys(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the key in storage.

Description

    Use this property to access the particular TElSSHKey object that is contained in storage by its index.

See also:     Count     IndexOf    

Discuss this help topic in SecureBlackbox Forum