Encryption algorithm.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SshEncryptionAlgorithm |
C# |
---|
[FlagsAttribute] public enum SshEncryptionAlgorithm |
Members
Member name | Description | |
---|---|---|
None |
None.
| |
RC4 |
RC4.
| |
TripleDES |
TripleDES.
| |
AES |
AES.
| |
Blowfish |
Blowfish.
| |
Twofish |
Twofish.
| |
Chacha20Poly1305 |
ChaCha20/Poly1305.
| |
Any |
Any algorithm.
|