Walter.Web.FireWall
UserBlockingRule Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RuleEngine.Rules Namespace : UserBlockingRule Enumeration
User Blocking Rule are rules triggered by consumers of a IPageRequest indicating that the page request was used in activity that the developer did not like
Syntax
public enum UserBlockingRule : System.Enum 
Members
MemberDescription
ActionModelNotValid The model provided to an action or page is not valid
EncryptionManipulation encryption manipulation
Other a reason specified in the description
PenetrationDetected A penetration detected
WrongGeography The geography
WrongUserType The wrong user type was used to access a resource
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.RuleEngine.Rules.UserBlockingRule

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Web.FireWall.RuleEngine.Rules Namespace