HostKeyEventArgs CanTrust Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether host key can be trusted.

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

public bool CanTrust { get; set; }

Field Value

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