Interface IDataIntegrity
- Namespace
- Cuemon.Data.Integrity
- Assembly
- Cuemon.Data.Integrity.dll
An interface that is used to determine the integrity of data.
public interface IDataIntegrity
Properties
Checksum
Gets a HashResult that represents the integrity of this instance.
HashResult Checksum { get; }
Property Value
- HashResult
The checksum that represents the integrity of this instance.