Re: Failed to import private key - how to overcome (General questions)
Hi Paul,
You need to load private key inside PirvateKey Property in XML folder. In order to do that you can try something like this:
[code]wodFtpDLX..PrivateKey = keyM.ToXmlString(WeOnlyDo.Security.Cryptography.SSHKeyTypes.RSAKey, true);[/code]
Let us know how it goes.
Regards,
Drazen