Skip to content

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

ValidationStrictness

Remarks

Higher strictness levels provide better security but may block legitimate code patterns. Lower strictness levels allow more flexibility but with increased security risk.

Released under the Apache License 2.0.