Click or drag to resize

BinariesVerificationLevel Enumeration

The level of the Chromium binaries verification.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
public enum BinariesVerificationLevel
Members
  Member nameValueDescription
Off0 Do not perform binaries verification.
Minimal1 Check files presence only.
Normal2 Check files presence and size.
Strong3 Check files presence and hash.
See Also