Walter.BOM Namespace
Walter.Web.FireWall Namespace
ASP-WAF | .Net API for WAF Systems

HitRatioAttribute Class

The hit ratio attribute set rule of how often a user is allowed to access the action in a given time. This method specifically helps when protecting probing password recovery or logins or resubmitting the same page scrubbing for data.

Namespace:  Walter.Web.FireWall.Annotations
Assembly:  Walter.Web.FireWall (in Walter.Web.FireWall.dll)

Syntax


public sealed class HitRatioAttribute : BaseFireWallAttribute

Remarks


Place this annotation on pages that make little sense to revisit even if the data is plausible like login pages.

///

A user logging-in with the right user name and password for several users is either a fake profile bot or someone or something that has accesses using a compromised password database

Inheritance Hierarchy


Walter.Web.FireWall.Annotations..::..BaseFireWallAttribute
  Walter.Web.FireWall.Annotations..::..HitRatioAttribute