Xceed .NET Libraries Documentation
HostKeyReceivedEventArgs Class
Members 


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace : HostKeyReceivedEventArgs Class
Provides information on a server's public key when it is received and allows to accept or reject the key.
Syntax
'Declaration
 
Public Class HostKeyReceivedEventArgs 
   Inherits SSHEventArgs
'Usage
 
Dim instance As HostKeyReceivedEventArgs
public class HostKeyReceivedEventArgs : SSHEventArgs 
Example
Obtaining the server public key fingerprint
Inheritance Hierarchy

System.Object
   System.EventArgs
      Xceed.SSH.Client.SSHEventArgs
         Xceed.SSH.Client.HostKeyReceivedEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HostKeyReceivedEventArgs Members
Xceed.SSH.Client Namespace
HostKeyReceived Event