Gets or sets a value indicating whether host key can be trusted.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool CanTrust { get; set; }public bool CanTrust { get; set; }Public Property CanTrust As Boolean
Get
Set
Public Property CanTrust As Boolean
Get
Set
public:
property bool CanTrust {
bool get ();
void set (bool value);
}public:
property bool CanTrust {
bool get ();
void set (bool value);
}Field Value
true if host key can be trusted; otherwise,
false.