Table of Contents

Namespace Cuemon.Extensions.Data.Integrity

Assembly: Cuemon.Extensions.Data.Integrity.dll

Generate cache validators, combine checksums, and compute content integrity hashes for caching and validation scenarios. Use this namespace when you need data integrity checks based on assembly versions, file timestamps, or content hashes. Start with GetCacheValidator on Assembly or FileInfo to generate a cache validator for integrity checks.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Complements: Cuemon.Data.Integrity namespace 📘

Extension Members

Type Ext Methods
Assembly ⬇️ GetCacheValidator
ChecksumBuilder ⬇️ CombineWith<T>
T ⬇️ CombineWith<T>
DateTime ⬇️ GetCacheValidator
FileInfo ⬇️ GetCacheValidator

Classes

AssemblyExtensions

Extension methods for the Assembly class.

ChecksumBuilderExtensions

Extension methods for the ChecksumBuilder class.

DateTimeExtensions

Extension methods for the DateTime struct.

FileInfoExtensions

Extension methods for the FileInfo class.