TestimoX

API Reference

Enum

CxFirewallProfileField

Namespace ComputerX.Controls
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Strongly-typed control for Windows Firewall profile defaults (Enabled, Default Inbound/Outbound action).

Inheritance

  • Enum
  • CxFirewallProfileField

Values

public const CxFirewallProfileField Enabled #

Whether the firewall is enabled for the profile.

Value: 0
public const CxFirewallProfileField DefaultInboundAllow #

Default inbound action: desired value is true for Allow, false for Block.

Value: 1
public const CxFirewallProfileField DefaultOutboundAllow #

Default outbound action: desired value is true for Allow, false for Block.

Value: 2
public const CxFirewallProfileField NotificationsEnabled #

Whether notifications are shown (policy DisableNotifications inverted).

Value: 3
public const CxFirewallProfileField AllowLocalFirewallRules #

Whether local firewall rules are allowed by policy.

Value: 4
public const CxFirewallProfileField AllowLocalIPsecRules #

Whether local IPsec (connection security) rules are allowed by policy.

Value: 5
public const CxFirewallProfileField AllowUnicastResponse #

Whether unicast responses to multicast/broadcast are allowed.

Value: 6
public const CxFirewallProfileField AllowLocalProgramExceptions #

Whether local program exceptions are allowed (AuthorizedApplications\\AllowUserPrefMerge).

Value: 7
public const CxFirewallProfileField AllowLocalPortExceptions #

Whether local port exceptions are allowed (GloballyOpenPorts\\AllowUserPrefMerge).

Value: 8