edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The public key in the case of an SFTP/SSH server

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

Syntax

C#
public PublicKey SSHPublicKey { get; set; }
Visual Basic
Public Property SSHPublicKey As PublicKey
	Get
	Set
Visual C++
public:
property PublicKey^ SSHPublicKey {
	PublicKey^ get ();
	void set (PublicKey^ value);
}

See Also