Checksum Constructor
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Checksum(ChecksumAlgorithm, Byte[])
Creates an instance of an object that represents data checksum.
Declaration
public Checksum(ChecksumAlgorithm algorithm, byte[] checksum)
Parameters
Type | Name | Description |
---|---|---|
ChecksumAlgorithm | algorithm | Checksum algorithm used to compute the checksum. |
Byte[] | checksum | Checksum data. |