SSH.EncryptionMethods Enumeration
wodSSH.NET Component Documentation

SSH.EncryptionMethods Enumeration

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

[Visual Basic]
Public Enum SSH.EncryptionMethods
[C#]
public enum SSH.EncryptionMethods

Members

Member NameDescription
Auto Automatically chosen
Des DES algorithm
TripleDes 3DES algorithm
Blowfish Blowfish algorithm
Aes AES algorithm, automaticallz selected block siye
Aes128 AES algorithm with block size = 16
Aes192 AES algorithm with block size = 24
Aes256 AES algorithm with block size = 32
None No encryption is used, only for debugging purposes.

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

See Also

WeOnlyDo.Client Namespace