edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

PrivateKeyFactoryGetKeyPair(Byte, String) Method

Get the key pair from the raw key bytes

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public KeyPair GetKeyPair(
	byte[] formattedKey,
	string passphrase
)

Parameters

formattedKey  Byte
raw bytes from keyfile
passphrase  String
passphrase for key

Return Value

KeyPair
the key pair

See Also