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


In This Topic
    HostKeyReceivedEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see HostKeyReceivedEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a System.Boolean value that indicates whether the server's public key should be accepted or rejected by the client. Default is true.  
    Public PropertyGets a System.Byte array that represents the server's raw public key.  
    Public PropertyGets a System.Int32 that represents the length, in bits, of the public key that the raw host key data represents.  
    Public PropertyGets a System.Byte array that represents the server's public key, computed into a MD5 hash value.  
    Public PropertyGets a System.String that represents the server's public key, computed into a MD5 hash value.  
    Public Property  
    Public Property  
    Public PropertyGets a System.String that represents the algorithm used to compute the server's public key.  
    Public PropertyGets a ISSHPublicKeyAlgorithm object that represents the algorithm used to compute the server's public key.  
    Top
    See Also