PrivateKeyFactoryGetKeyPair(Byte, String) Method
Get the key pair from the raw key bytes
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public KeyPair GetKeyPair(
byte[] formattedKey,
string passphrase
)
Public Function GetKeyPair (
formattedKey As Byte(),
passphrase As String
) As KeyPair
public:
KeyPair^ GetKeyPair(
array<unsigned char>^ formattedKey,
String^ passphrase
)
member GetKeyPair :
formattedKey : byte[] *
passphrase : string -> KeyPair
- formattedKey Byte
- raw bytes from keyfile
- passphrase String
- passphrase for key
KeyPairthe key pair