Skip to content

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

int

Remarks

Deeply nested code structures can indicate complexity attacks or poorly structured code that may cause parsing or execution issues.

Released under the Apache License 2.0.