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.