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

Syntax

C#
public KeyPair GetKeyPair(
	byte[] formattedKey,
	string passphrase
)
Visual Basic
Public Function GetKeyPair ( _
	formattedKey As Byte(), _
	passphrase As String _
) As KeyPair
Visual C++
public:
virtual KeyPair^ GetKeyPair(
	array<unsigned char>^ formattedKey, 
	String^ passphrase
) sealed

Parameters

formattedKey
Type: array<System..::..Byte>[]()[][]
passphrase
Type: System..::..String

See Also