Re: is WeOnlyDo.Security.Cwwryptography.KeyManager (General questions)
Unfortunatelly, I don't have nice and clean answer for that.
You will need to do this once only:
1. use wodKeyManager from wodSFTP.NET or wodSSH.NET
2. do wodKeyManager.Load to load that key
3. do wodKeyManager.ToXmlString to export to XML
now you have XML you can use with wodFtpDLX.NET .
Sorry for these steps, but with wodFtpDLX.NET we tried to migrate fully to NET framework functions, and seems it doesn't have nice way to import OpenSSH keys.
Kreso