Namespace Cuemon.Extensions.AspNetCore.Data.Integrity
Assembly: Cuemon.Extensions.AspNetCore.dll
Bridge data-integrity checksums and cache validation into ASP.NET Core HTTP infrastructure by converting CacheValidator and ChecksumBuilder instances into HTTP ETag header values. Use this namespace when you need conditional request handling based on content integrity checks. Start with ToEntityTagHeaderValue on a ChecksumBuilder to produce ETag headers for HTTP cache validation.
Availability: .NET 10 and .NET 9
Complements: Cuemon.Data.Integrity namespace 📘
Extension Members
| Type | Ext | Methods |
|---|---|---|
| CacheValidator | ⬇️ | ToEntityTagHeaderValue |
| ChecksumBuilder | ⬇️ | ToEntityTagHeaderValue |
Classes
CacheValidatorExtensions
Extension methods for the CacheValidator class.
ChecksumBuilderExtensions
Extension methods for the ChecksumBuilder class.