HostKeyEventArgs
Provides data for the HostKeyReceived event.
            
                
Gets or sets a value indicating whether host key can be trusted.
            
Gets the certificate presented by the host, or null if the host
            did not present a certificate.
            
Gets the MD5 fingerprint.
            
Gets the MD5 fingerprint of the host key in the same format as the ssh command,
            i.e. hexadecimal bytes separated by colons, but without the MD5: prefix.
            
Gets the SHA256 fingerprint of the host key in the same format as the ssh command,
            i.e. non-padded base64, but without the SHA256: prefix.
            
Gets the host key.
            
Gets the host key name.
            
Gets the length of the key in bits.
            
Initializes a new instance of the  HostKeyEventArgs class.