The hash algorithm used to compute the hash for hash signing and verification methods.

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

Syntax

Visual Basic
Public Enumeration SignatureHashAlgorithm
C#
public enum SignatureHashAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnsupported
Unsupported hash algorithm.
Supported by the .NET Compact FrameworkMD5
MD5.
Supported by the .NET Compact FrameworkSHA1
SHA1.
Supported by the .NET Compact FrameworkMD5SHA1
MD5SHA1.
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 FrameworkSHA224
SHA-224.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also