EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.KeyStorage

TElSimpleSSHClient     See also    


 

This property contains a list of user's host keys

 
 

Declaration

[C#]
    TElSSHCustomKeyStorage KeyStorage

[VB.NET]
    Property KeyStorage As TElSSHCustomKeyStorage

[Pascal]
    property KeyStorage : TElSSHCustomKeyStorage;

[VB6]
    Property IElSimpleSSHClientX.KeyStorage As IElSSHCustomKeyStorageX

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.KeyStorage([out, retval] IElSSHCustomKeyStorageX ** Value );
    HRESULT _stdcall IElSimpleSSHClientX.KeyStorage([in] IElSSHCustomKeyStorageX * Value );

[DLL]
    not implemented;
 
 

Description

    This property should contain a list of user's host keys. Host keys are needed by Rhosts, Public Key and Hostbased authentication types (the client host is authenticated using these keys). Set this property before calling the Open method.

Note, that SSH client will iterate through the list of keys until the key, which the server "knows" will be found. Every "unknown" key will produce OnAuthenticationFailed event.

 
 

See also:     TElSSHCustomKeyStorage     TElSSHMemoryKeyStorage

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