The Maverick.NET SSH API

AbstractKnownHostsKeyVerification.ToString Method 

Outputs a String representation of the known_hosts file.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

Remarks

This is the exact format saved to the known_hosts file.

See Also

AbstractKnownHostsKeyVerification Class | Maverick.PublicKey Namespace