Click or drag to resize

FlexSshEncryptionAlgorithms Enumeration

Specifies the SSH encryption algorithms.

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum FlexSshEncryptionAlgorithms
Members
Member nameValueDescription
None0 None.
RC41 RC4.
TripleDES2 TripleDES.
AES4 AES.
Blowfish8 Blowfish.
Twofish16 Twofish.
Chacha20Poly130532 Chacha20/Poly1305.
Any63 Any algorithm.
See Also