edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Add the key for this host

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void AddHostKey(
	string host,
	PublicKey key
)
Visual Basic
Public Sub AddHostKey ( _
	host As String, _
	key As PublicKey _
)
Visual C++
public:
void AddHostKey(
	String^ host, 
	PublicKey^ key
)

Parameters

host
Type: System..::..String
host name
key
Type: PublicKey
public key

See Also