Specifies hash algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration HashingAlgorithmId
C#
public enum HashingAlgorithmId

Members

Member nameDescription
Supported by the .NET Compact FrameworkSHA1
SHA-1.
Supported by the .NET Compact FrameworkSHA224
SHA-224.
Supported by the .NET Compact FrameworkSHA256
SHA-256.
Supported by the .NET Compact FrameworkSHA384
SHA-384.
Supported by the .NET Compact FrameworkSHA512
SHA-512.
Supported by the .NET Compact FrameworkMD4
MD4.
Supported by the .NET Compact FrameworkMD5
MD5.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also