Format keypair for writing to a file

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

Syntax

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

Parameters

pair
Type: KeyPair
passphrase
Type: System..::..String

Return Value

See Also