Walter.Web.FireWall
ResetReason Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure.Repositories Namespace : ResetReason Enumeration
Reason why a firewall reject recommendation is considered.
Syntax
public enum ResetReason : System.Enum 
Members
MemberDescription
NoReason The no reason
ResetAllAfterGivenData The reset all after given data
ResetGeographyAfterGivenData A reset geography was issued after given data
ResetIncidentDateAfterGivenData A reset on incident dates was issued after given data
ResetIPRangeAfterGivenData A reset on a IP address range was issued after given data
ResetUserAfterGivenData A reset user was issued after given data
ResetUserTypeAfterGivenData A reset user type was issued after given data
Remarks
Reject considerations my be applicable to among others cookies as a user can have a blocked cookie on a device while having been released on the incident database. As user devices are not connected to the firewall's database this disconnect is managed using these rules
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.Infrastructure.Repositories.ResetReason

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.Infrastructure.Repositories Namespace