TestimoX

API Reference

Class

FirewallProfilePolicy

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Policy-backed firewall settings for a single profile (when configured via GPO).

Inheritance

  • Object
  • FirewallProfilePolicy

Constructors

public FirewallProfilePolicy() #

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).