AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9" />

.NET API 1,224,192 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.