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: 4.1.4031.1525
Syntax
[FlagsAttribute]
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