C# Class Granados.SSH1.SSH1ConnectionInfo.SSH1HostKeyInformationProvider

ISSHHostKeyInformationProvider imlpementation for SSH1
Inheritance: ISSHHostKeyInformationProvider
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
SSH1HostKeyInformationProvider ( string hostName, int portNumber, RSAPublicKey hostKey ) : System

Constructor

Method Details

SSH1HostKeyInformationProvider() public méthode

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