MAC algorithm.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SshMacAlgorithm
C#
[FlagsAttribute]
public enum SshMacAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No MAC algorithm.
Supported by the .NET Compact FrameworkMD5
MD5 algorithm.
Supported by the .NET Compact FrameworkSHA1
SHA-1 algorithm.
Supported by the .NET Compact FrameworkSHA256
SHA-256 algorithm.
Supported by the .NET Compact FrameworkSHA512
SHA-512 algorithm.
Supported by the .NET Compact FrameworkAny
Any algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also