PrivateKeyFactoryGetKeyPair(String, String) Method
Get the key pair from the private key file
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public KeyPair GetKeyPair(
string privateKeyFile,
string passphrase
)
Public Function GetKeyPair (
privateKeyFile As String,
passphrase As String
) As KeyPair
public:
KeyPair^ GetKeyPair(
String^ privateKeyFile,
String^ passphrase
)
member GetKeyPair :
privateKeyFile : string *
passphrase : string -> KeyPair
- privateKeyFile String
- keyfile name
- passphrase String
- passphrase for key
KeyPairthe key pair