AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 IIntegrityProvider

public interface IIntegrityProvider
Defines the methods to perform an integrity check.
namespace AngleSharp.Services { public interface IIntegrityProvider { bool IsSatisfied(byte[] content, string integrity); } }