C# Class Granados.SSH1.SSH1ConnectionInfo.SSH1HostKeyInformationProvider

ISSHHostKeyInformationProvider imlpementation for SSH1
Inheritance: ISSHHostKeyInformationProvider
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH1HostKeyInformationProvider ( string hostName, int portNumber, RSAPublicKey hostKey ) : System

Constructor

Method Details

SSH1HostKeyInformationProvider() public method

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