Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
Encryptions enumeration
List of all encryption methods wodSFTP.NET can use while communicating with the server.
Remarks
Possible values for Encryptions:
Auto | Automatically chosen. |
Des | DES algorithm. |
TripleDES | 3DES algorithm. |
Blowfish | Blowfish algorithm. |
Aes | AES algorithm, automatically selected block 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 (Possibly slow transfers!). |