List of all encryption methods wodSFTP.NET can use while communicating with the server.
[Visual Basic]
Public Enum SFTP.Encryptions
[C#]
public enum SFTP.Encryptions
Members
| Member Name | Description |
|---|---|
| Auto | Automatically chosen |
| Des | DES algorithm |
| TripleDes | 3DES algorithm |
| Blowfish | Blowfish algorithm |
| Aes | AES algorithm, automatically selected block size |
| Aes128 | AES algorithm with block size = 16 |
| Aes192 | AES algorithm with block size = 24 |
| Aes256 | AES algorithm with block size = 32 |
Requirements
Namespace: WeOnlyDo.Client Namespace
Assembly: WeOnlyDo.Client.SFTP.dll