KeyExchange CanTrustHostKey Method SSH .NET Client Library Documentation
Determines whether the specified host key can be trusted.

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

protected bool CanTrustHostKey(
	KeyHostAlgorithm host
)

Return Value

true if the specified host can be trusted; otherwise, false.
See Also