KnownHostsManagerGetPublicKey Method
Get the public key for this hostname/algorithm.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public PublicKey GetPublicKey(
string host,
string algorithm
)
Public Function GetPublicKey (
host As String,
algorithm As String
) As PublicKey
public:
PublicKey^ GetPublicKey(
String^ host,
String^ algorithm
)
member GetPublicKey :
host : string *
algorithm : string -> PublicKey
- host String
- hostname or ip address
- algorithm String
- algorithm name
PublicKeyhost's public key, or null if not registered