API Reference
Class
FirewallProfilePolicy
Policy-backed firewall settings for a single profile (when configured via GPO).
Inheritance
- Object
- FirewallProfilePolicy
Constructors
public FirewallProfilePolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public FirewallProfileKind Profile { get; set; } #Target firewall profile.
public Nullable<Boolean> AllowLocalFirewallRules { get; set; } #Whether local firewall rules are allowed.
public Nullable<Boolean> DisableNotifications { get; set; } #Whether notifications are disabled.
public Nullable<Boolean> AllowLocalIPsecPolicyMerge { get; set; } #Whether local IPsec (connection security) rules are allowed.
public Nullable<Boolean> AllowUnicastResponse { get; set; } #Whether unicast responses to multicast/broadcast are allowed.
public Nullable<Boolean> AllowLocalProgramExceptions { get; set; } #Whether local program exceptions are allowed (AuthorizedApplications\AllowUserPrefMerge).
public Nullable<Boolean> AllowLocalPortExceptions { get; set; } #Whether local port exceptions are allowed (GloballyOpenPorts\AllowUserPrefMerge).