FlexSshEncryptionAlgorithms Enumeration |
Specifies the SSH encryption algorithms.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntaxpublic enum FlexSshEncryptionAlgorithms
Public Enumeration FlexSshEncryptionAlgorithms
Members| Member name | Value | Description |
|---|
| None | 0 |
None.
|
| RC4 | 1 |
RC4.
|
| TripleDES | 2 |
TripleDES.
|
| AES | 4 |
AES.
|
| Blowfish | 8 |
Blowfish.
|
| Twofish | 16 |
Twofish.
|
| Chacha20Poly1305 | 32 |
Chacha20/Poly1305.
|
| Any | 63 |
Any algorithm.
|
See Also