Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.TrustedKeys

TElSSHBaseClient     See also     


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


This property contains keys of the trusted servers.

Declaration

[C#]
    TElSSHCustomKeyStorage TrustedKeys;

[VB.NET]
    Property TrustedKeys As TElSSHCustomKeyStorage

[Pascal]
    property TrustedKeys : TElSSHCustomKeyStorage;

[C++]
    TElSSHCustomKeyStorage* get_TrustedKeys();
    void set_TrustedKeys(TElSSHCustomKeyStorage &Value);
    void set_TrustedKeys(TElSSHCustomKeyStorage *Value);

[PHP]
    TElSSHCustomKeyStorage get_TrustedKeys()
    void set_TrustedKeys(TElSSHCustomKeyStorage $Value)

[Java]
    TElSSHCustomKeyStorage getTrustedKeys();
    void setTrustedKeys(TElSSHCustomKeyStorage Value);

Description

Use this property to specify public keys of trusted SSH servers. If a server's key is in the trusted keys list, OnKeyValidate event is not fired.

See also:     OnKeyValidate     ServerKey    

Discuss this help topic in SecureBlackbox Forum