Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / HostKeyReceivedEventArgs Class
Members


In This Topic
    HostKeyReceivedEventArgs Class
    In This Topic
    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
    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