EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.TrustedKeys

TElSimpleSSHClient     See also    


 

This property contains keys of the trusted servers.

 
 

Declaration

[C#]
    TElSSHCustomKeyStorage TrustedKeys;

[VB.NET]
    Property TrustedKeys As TElSSHCustomKeyStorage

[Pascal]
    property TrustedKeys : TElSSHCustomKeyStorage;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation