Click or drag to resize

FlexSshMacAlgorithms Enumeration

Specifies the SSH mac algorithms.

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum FlexSshMacAlgorithms
Members
Member nameValueDescription
None0 No MAC algorithm.
MD51 MD5 algorithm.
SHA12 SHA-1 algorithm.
SHA2564 SHA-256 algorithm.
SHA5128 SHA-512 algorithm.
Any15 Any algorithm.
See Also