C# Class Granados.SSH2.SSH2ConnectionInfo.SSH2HostKeyInformationProvider

ISSHHostKeyInformationProvider imlpementation for SSH2
Inheritance: ISSHHostKeyInformationProvider
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH2HostKeyInformationProvider ( string hostName, int portNumber, PublicKey hostKey ) : System

Constructor

Method Details

SSH2HostKeyInformationProvider() public method

Constructor
public SSH2HostKeyInformationProvider ( string hostName, int portNumber, PublicKey hostKey ) : System
hostName string host name
portNumber int port number
hostKey Granados.PKI.PublicKey host key
return System