SshHostKeyConfirmationEventArgs Class Members
In This Topic
The following tables list the members exposed by SshHostKeyConfirmationEventArgs.
Public Properties
| Name | Description |
| Confirmation | Gets or sets the value, indicating whether to continue connecting after this event. |
| Host | Gets the name of the host, we are connecting with. |
| KeyType | Gets the server public key type. |
| Md5Fingerprint | Gets the string representation of the server public key fingerprint, generated with MD5 hash algorithm |
| Port | Gets the port, we are connecting with. |
| Sha1Fingerprint | Gets the string representation of the server public key fingerprint, generated with SHA1 hash algorithm |
| Warning | Gets the warning message string. |
Top
See Also