Format keypair for writing to a file
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: 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 ) |