Enum WindowsFirewallRuleAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the action of a Windows Firewall rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallRuleAction
Fields
Allow = 1
The rule will allow access.
AllowSecure = 2
The rule will allow access if the connection is secure.
Block = 3
The rule will block access.
Unknown = 0
The rule action is unknown.