TestimoX

API Reference

Enum

FirewallProfileKind

Namespace ComputerX.Firewall
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Bitmask of Windows Firewall profiles. Combine values to target multiple profiles.

Inheritance

  • Enum
  • FirewallProfileKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const FirewallProfileKind Domain #

Domain profile.

Value: 1
public const FirewallProfileKind Private #

Private profile.

Value: 2
public const FirewallProfileKind Public #

Public profile.

Value: 4
public const FirewallProfileKind All #

All profiles (Domain | Private | Public).

Value: 7