HostKeyEventArgs public class HostKeyEventArgs : EventArgs Documentation Code public bool CanTrust { get; set; } public byte[] FingerPrint { get; } public string FingerPrintMD5 { get; } public string FingerPrintSHA256 { get; } public byte[] HostKey { get; } public string HostKeyName { get; } public int KeyLength { get; } public HostKeyEventArgs(KeyHostAlgorithm host)