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
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.