PrivateKeyFactoryGetKeyPair Method (String, String) |
Get the key pair from the private key file
Namespace:
EnterpriseDT.Net.Ftp.Ssh
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic 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
Parameters
- privateKeyFile
- Type: SystemString
keyfile name - passphrase
- Type: SystemString
passphrase for key
Return Value
Type:
KeyPairthe key pair
See Also