PublicKeySSH Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

PublicKeySSH Property

Returns public key in SSH.COM/Tectia format.

[Visual Basic]
Public ReadOnly Property PublicKeySSH As String
[C#]
public String PublicKeySSH {get;}
[JScript]
public function get PublicKeySSH : String

Remarks

PublicKeySSH will return string information that represents stored public key in format suitable for SSH/Tectia servers. Typically, it will look like this:

---- BEGIN SSH2 PUBLIC KEY ----
AAAAB3NzaC1kc3MAAACBAKzHYPgw/VvUWHooW0iyKYPYVfaTZSDlHZaUEsHOAvdln+6aQw
..........
oRi1V/3n//AAypdXkAN8BSBrsb4V4AVdzHpvXSdHh9C+TlRUH1Ls72Kl929+4jMZmWDXGw
O5ns8NPAJZvOxnZKZA==
---- END SSH2 PUBLIC KEY ----


You can easily paste contents of this property to file on your server system that keeps public keys.

 

Make sure you set PrivateKey property value before you try to obtain its public key part through this property.
 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.