Property MaxNestingLevel
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
MaxNestingLevel
Gets or sets the maximum allowed nesting level for code structures before triggering security warnings.
csharp
public int MaxNestingLevel { get; set; }
Property Value
Remarks
Deeply nested code structures can indicate complexity attacks or poorly structured code that may cause parsing or execution issues.