Interface IDataIntegrity
An interface that is used to determine the integrity of data.
public interface IDataIntegrityProperties
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.