Overload | Description |
---|---|
WhiteListIPAttribute Constructor(IPAddress,FireWallGuardActions) | AllowRaiseIncident a single IP address to access the resource, all other IP addresses will be blocked |
WhiteListIPAttribute Constructor(String,Int32,FireWallGuardActions) | white list a IP address range to access the resource, all other IP addresses will be blocked |
WhiteListIPAttribute Constructor(IPAddress,IPAddress,FireWallGuardActions) | AllowRaiseIncident a scope of IP addresses by providing a from and till IP address, all other IP addresses will be blocked |
WhiteListIPAttribute Constructor(String,FireWallGuardActions) | remove the validation of a single IP address to access the resource, all other IP addresses will be blocked |
WhiteListIPAttribute Constructor(String,String,FireWallGuardActions) | AllowRaiseIncident a scope of IP addresses by providing a from and till IP address, all other IP addresses will be blocked |