Property ValidationLevel
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
ValidationLevel
Gets or sets the level of strictness for input validation.
csharp
public ValidationStrictness ValidationLevel { get; set; }
Property Value
Remarks
Higher strictness levels provide better security but may block legitimate code patterns. Lower strictness levels allow more flexibility but with increased security risk.