Walter.Web.FireWall
Walter.Web.FireWall.Annotations Namespace
Inheritance Hierarchy
Walter.Web.FireWall Assembly : Walter.Web.FireWall.Annotations Namespace
Classes
 ClassDescription
ClassThis attribute allows you to configure a specific rule on a controller or a specific action end enables you to specify how long something should be blocked. Implements the System.Attribute
Class Disables all rules and validations on an endpoint(s) by the firewall, basically it's an Always-Off for an endpoint
ClassTells the Firewall to ignore geographically access filters to an endpoint Implements the System.Attribute
ClassTells the firewall to ignore this controller or action and perform no actions at all. This is especially use full for those endpoints that do error handling. Implements the System.Attribute
ClassWill minify the Razor output if the request is a HTTPGet and does not contain an error.
ClassTells the razor engine to include not cash the response in any form or way guarantying that the action is re-executed
ClassTells the firewall how ofter a page can be refreshed by the user during a page visit. Implements the System.Attribute
Class Page scrubbing attribute indicates that the endpoint will be protected from data scrubbing
Class Ensure that all cookies are secure unless explicitly specified and data in the cookie is GDPR protected if at all possible
Class White-List IP address single or ranges for a specific guard action
Interfaces
 InterfaceDescription
Interface the blocking rule assigned to an endpoint
Interface the rule assigned to an endpoint
Structures
 StructureDescription
Structure Struct IPRange
Enumerations
 EnumerationDescription
Enumeration Configuration element informing the firewall of the capability the endpoint
See Also

Reference

Walter.Web.FireWall Assembly