C# Class Renci.SshNet.Common.HostKeyEventArgs

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

Méthodes publiques

Méthode Description
HostKeyEventArgs ( KeyHostAlgorithm host ) : System

Initializes a new instance of the HostKeyEventArgs class.

Method Details

HostKeyEventArgs() public méthode

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