Skip to content

Property CustomBlockedPatterns

Namespace: Belay.Core.Security
Assembly: Belay.Core.dll

CustomBlockedPatterns

Gets or sets custom patterns that should be blocked in addition to the default security patterns.

csharp
public IList<string> CustomBlockedPatterns { get; set; }

Property Value

IList<string>

Remarks

Allows adding application-specific security patterns beyond the built-in protection. Patterns are evaluated as regular expressions and will cause validation to fail if they match the input code.

Released under the Apache License 2.0.