API Reference
Enum
CxFirewallProfileField
Strongly-typed control for Windows Firewall profile defaults (Enabled, Default Inbound/Outbound action).
Inheritance
- Enum
- CxFirewallProfileField
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CxFirewallProfileField Enabled #Whether the firewall is enabled for the profile.
Value:
0public const CxFirewallProfileField DefaultInboundAllow #Default inbound action: desired value is true for Allow, false for Block.
Value:
1public const CxFirewallProfileField DefaultOutboundAllow #Default outbound action: desired value is true for Allow, false for Block.
Value:
2public const CxFirewallProfileField NotificationsEnabled #Whether notifications are shown (policy DisableNotifications inverted).
Value:
3public const CxFirewallProfileField AllowLocalFirewallRules #Whether local firewall rules are allowed by policy.
Value:
4public const CxFirewallProfileField AllowLocalIPsecRules #Whether local IPsec (connection security) rules are allowed by policy.
Value:
5public const CxFirewallProfileField AllowUnicastResponse #Whether unicast responses to multicast/broadcast are allowed.
Value:
6public const CxFirewallProfileField AllowLocalProgramExceptions #Whether local program exceptions are allowed (AuthorizedApplications\\AllowUserPrefMerge).
Value:
7public const CxFirewallProfileField AllowLocalPortExceptions #Whether local port exceptions are allowed (GloballyOpenPorts\\AllowUserPrefMerge).
Value:
8