Rebex SFTP for .NET

SshMacAlgorithm Enumeration

MAC algorithm.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum SshMacAlgorithm

Members

Member Name Description Value
None No MAC algorithm. 0
MD5 MD5 algorithm. 1
SHA1 SHA1 algorithm. 2
Any Any algorithm. 255

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ssh (in Rebex.Net.Ssh.dll)

See Also

Rebex.Net Namespace