Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.TrustedKeys

TElSimpleSSHClient     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 the trusted SSH servers. If the server sends one of the trusted keys, OnKeyValidate event is not fired.

See also:     OnKeyValidate     ServerKey    

Discuss this help topic in SecureBlackbox Forum