Specifies the MAC algorithm in use.

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

Syntax

Visual Basic
Public Enumeration TlsMacAlgorithm
C#
public enum TlsMacAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No MAC algorithm in use.
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 FrameworkSHA384
SHA-384 algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also