Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage.Add

TElSSHCustomKeyStorage     See also     


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


Use this method to add the key to storage

Declaration

[C#]
    void Add(TElSSHKey Key);

[VB.NET]
    Sub Add(ByVal Key As TElSSHKey)

[Pascal]
    procedure Add(Key : TElSSHKey);

[C++]
    void Add(TElSSHKey &Key);
    void Add(TElSSHKey *Key);

[PHP]
    void Add(TElSSHKey $Key)

[Java]
    void add(TElSSHKey arg0);

Parameters

  • Key - The TElSSHKey class instance

Description

    Use this method to add new key to storage.

See also:     Remove     Clear    

Discuss this help topic in SecureBlackbox Forum