dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SshHostKeyConfirmationEventArgs Class
Properties

In This Topic
    SshHostKeyConfirmationEventArgs Class Members
    In This Topic

    The following tables list the members exposed by SshHostKeyConfirmationEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets or sets the value, indicating whether to continue connecting after this event.  
    Public PropertyGets the name of the host, we are connecting with.  
    Public PropertyGets the server public key type.  
    Public PropertyGets the string representation of the server public key fingerprint, generated with MD5 hash algorithm  
    Public PropertyGets the port, we are connecting with.  
    Public PropertyGets the string representation of the server public key fingerprint, generated with SHA1 hash algorithm  
    Public PropertyGets the warning message string.  
    Top
    See Also