Specifies checksum algorithm.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration ChecksumAlgorithm
C#
public enum ChecksumAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkSHA1
SHA-1 checksum.
Supported by the .NET Compact FrameworkSHA256
SHA-256 checksum.
Supported by the .NET Compact FrameworkSHA384
SHA-384 checksum.
Supported by the .NET Compact FrameworkSHA512
SHA-512 checksum.
Supported by the .NET Compact FrameworkMD5
MD5 checksum.
Supported by the .NET Compact FrameworkSHA224
SHA-224 checksum.
Supported by the .NET Compact FrameworkCRC32
Request CRC32 checksum.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also