BinariesVerificationLevel Enumeration | 
Namespace: DotNetBrowser.Engine
public enum BinariesVerificationLevel
| Member name | Value | Description | |
|---|---|---|---|
| Off | 0 | Do not perform binaries verification. | |
| Minimal | 1 | Check files presence only. | |
| Normal | 2 | Check files presence and size. | |
| Strong | 3 | Check files presence and hash. |