Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Renci
SshNet
Common
HostKeyEventArgs
C# Class Renci.SshNet.Common.HostKeyEventArgs
Provides data for the HostKeyReceived event.
Inheritance:
System.EventArgs
Mostrar archivo
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