Creates an instance of an object that represents data checksum.

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

Syntax

Visual Basic
Public Sub New ( _
	algorithm As ChecksumAlgorithm, _
	checksum As Byte() _
)
C#
public Checksum(
	ChecksumAlgorithm algorithm,
	byte[] checksum
)

Parameters

algorithm
Type: Rebex.IO..::..ChecksumAlgorithm
Checksum algorithm used to compute the checksum.
checksum
Type: array<System..::..Byte>[]()[][]
Checksum data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also