any chance using privatekey without referencing We (wodSFTP / wodSFTP.NET / wodSFTPdll)
Because whenever I reference WeOnlyDo.Security.Cryptography.KeyManager.dll my program will corrupt. error message is The specified module could not be found .
   so I tried convert privatekey to byte then pass to SFTP.PrivateKey property then i got error  Invalid key format  or some thing similar.
  
    is there any chance I can read the privateKey file then pass to SFTP.privatekey without using  WeOnlyDo.Security.Cryptography.KeyManager.dll 
     I've read manual it does not provide alternative method.











