Enum BinariesVerificationLevel
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
The level of the Chromium binaries verification.
public enum BinariesVerificationLevel
Fields
Minimal = 1Check files presence only.
Normal = 2Check files presence and size.
Off = 0Do not perform binaries verification.
Strong = 3Check files presence and hash.
Calculating hash is a time-consuming operation, so this check slows down the engine initialization.