Initializes a new instance of the HostKeyEventArgs class.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public HostKeyEventArgs( KeyHostAlgorithm host )
Parameters
- host
- Type: Renci.SshNet.Security KeyHostAlgorithm
The host.
See Also