Re: is WeOnlyDo.Security.Cwwryptography.KeyManager (General questions)
Done! wodFtpDLX now has PublicKeySSH and PublicKeyOpenSSH properties to extract public key from the PrivateKey property. Now you can skip step 2 and usage of wodKeyManager, and do this instead in step 2:[code]Ftp1.PrivateKey = <RSAKeyValue>.....data goes here</RSAKeyValue> ;
Console.Write(Ftp1.PublicKeyOpenSSH);[/code]
Kreso