Discuss this help topic in SecureBlackbox Forum

TElSSHServer.KeyStorage

TElSSHServer     See also     


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


This property contains a list of host keys

Declaration

[C#/Java]
    TElSSHCustomKeyStorage KeyStorage;

[VB.NET]
    Property KeyStorage As TElSSHCustomKeyStorage

[Pascal]
    property KeyStorage : TElSSHCustomKeyStorage;

[C++]
    not available

[PHP]
    not available

Description

    This property contains keys used for host authentication. These keys must be private ones.
     Note, this property has to contain at least one key in order for the server to work.

See also:     TElSSHCustomKeyStorage     TElSSHMemoryKeyStorage    

Discuss this help topic in SecureBlackbox Forum