AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.0-beta.493" />

.NET API 962,560 bytes

 IIntegrityProvider

public interface IIntegrityProvider
Defines the methods to perform an integrity check.
bool IsSatisfied(byte[] content, string integrity)

Checks if the given content satisfies the provided integrity attribute.