FireWallGuards Enumeration
Enumeration controlling the guards that are used by the firewall
Namespace:
Walter.Web.FireWallAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Members
Member name | Description | |
---|---|---|
None | Indicates that there is no firewall protection and protection is not defined by the runtime | |
UsesFilters | The filters | |
UsesMiddleWare | The firewall uses always on middleware | |
UsesGeoMiddleWare | The firewall uses geography middleware | |
UsesHeaderMiddleware | Firewall uses HTTP header middleware | |
UsesCrossSiteFilter | Cross site protection filter | |
LimitReffererFilter | Filter allowing for access from only a specific referrer | |
PhishingGuard | Guard that prevents fishing requests | |
FireWallAuthentication | Guard that manages user access to firewall administration | |
ContentSecurityPolicyReport | The content security policy report | |
HoneyPotPortDetector | detects access via honey pot ports | |
UserCode | The Guard action managed by user code |