Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.KeyStorage

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    TElSSHCustomKeyStorage KeyStorage;

[VB.NET]
    Property KeyStorage As TElSSHCustomKeyStorage

[Pascal]
    under development

[C++]
    TElSSHCustomKeyStorage* get_KeyStorage();
    void set_KeyStorage(TElSSHCustomKeyStorage &Value);
    void set_KeyStorage(TElSSHCustomKeyStorage *Value);

[PHP]
    TElSSHCustomKeyStorage get_KeyStorage()
    void set_KeyStorage(TElSSHCustomKeyStorage $Value)

[Java]
    TElSSHCustomKeyStorage getKeyStorage();
    void setKeyStorage(TElSSHCustomKeyStorage Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum