API Reference
CxFirewallProfileField
Strongly-typed control for Windows Firewall profile defaults (Enabled, Default Inbound/Outbound action).
Inheritance
- Enum
- CxFirewallProfileField
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field CxFirewallProfileField.AllowLocalFirewallRules
- Field CxFirewallProfileField.AllowLocalIPsecRules
- Field CxFirewallProfileField.AllowLocalPortExceptions
- Field CxFirewallProfileField.AllowLocalProgramExceptions
- Field CxFirewallProfileField.AllowUnicastResponse
- Field CxFirewallProfileField.DefaultInboundAllow
- Field CxFirewallProfileField.DefaultOutboundAllow
- Field CxFirewallProfileField.Enabled
- Field CxFirewallProfileField.NotificationsEnabled
- Property FirewallProfileControl.Field
Accepted by parameters
- Method CxControls.FirewallProfile
- Constructor FirewallProfileControl.FirewallProfileControl
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("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.
0public const CxFirewallProfileField DefaultInboundAllow #Default inbound action: desired value is true for Allow, false for Block.
1public const CxFirewallProfileField DefaultOutboundAllow #Default outbound action: desired value is true for Allow, false for Block.
2public const CxFirewallProfileField NotificationsEnabled #Whether notifications are shown (policy DisableNotifications inverted).
3public const CxFirewallProfileField AllowLocalFirewallRules #Whether local firewall rules are allowed by policy.
4public const CxFirewallProfileField AllowLocalIPsecRules #Whether local IPsec (connection security) rules are allowed by policy.
5public const CxFirewallProfileField AllowUnicastResponse #Whether unicast responses to multicast/broadcast are allowed.
6public const CxFirewallProfileField AllowLocalProgramExceptions #Whether local program exceptions are allowed (AuthorizedApplications\\AllowUserPrefMerge).
7public const CxFirewallProfileField AllowLocalPortExceptions #Whether local port exceptions are allowed (GloballyOpenPorts\\AllowUserPrefMerge).
8