C# Class Renci.SshNet.Common.HostKeyEventArgs

Provides data for the HostKeyReceived event.
Inheritance: System.EventArgs
Exibir arquivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
HostKeyEventArgs ( KeyHostAlgorithm host ) : System

Initializes a new instance of the HostKeyEventArgs class.

Method Details

HostKeyEventArgs() public method

Initializes a new instance of the HostKeyEventArgs class.
public HostKeyEventArgs ( KeyHostAlgorithm host ) : System
host Renci.SshNet.Security.KeyHostAlgorithm The host.
return System