Back to product page

EncryptionMethods enumeration


List of all encryption methods wodSSH.NET can use while communicating with the server.

Remarks

Possible values for EncryptionMethods:

Constant Description
Auto Automatically chosen.
Des DES algorithm.
TripleDes 3DES algorithm
Blowfish Blowfish algorithm.
Aes AES algorithm, automatically selected key size.
Aes128 AES algorithm with key size 16.
Aes192 AES algorithm with key size 24.
Aes256 AES algorithm with key size 32.
ChaCha20Poly1305 CHACHA20 with Poly1305.
None No encryption is used, only for debugging purposes.

Platforms

Windows