AngleSharp by AngleSharp

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

.NET API 1,214,976 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.