Re: is WeOnlyDo.Security.Cwwryptography.KeyManager - WeOnlyDo Discussion board

Re: is WeOnlyDo.Security.Cwwryptography.KeyManager (General questions)

by wodSupport, Tuesday, April 11, 2006, 00:44 (6801 days ago) @ wodSupport

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


Complete thread: