|
The help page for the Save method says that it can accept a type or a string, and that a string of "putty" yields a putty-format key, but there is no explanation of what type leads to which encryption algorithm. Is it just the types in System.Security.Cryptography (so, DES, RC2, and TripleDES)? |
|
The intention of the help page was to explain that the OID strings (like Additionally, algorithm name ( We will update the help page (and the documentation file) to clearly state this, thanks for letting us know! Update: The documentation has been updated in the current release of Rebex SFTP and SSH Shell. |
After some experimentation it seems my guess was correct, but it'd be nice to see this information in the docs nonetheless.