Table of Contents

Enum WindowsFirewallSettingSourceType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the source of a Windows firewall setting.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallSettingSourceType

Fields

CurrentGroupPolicyObject = 1

The setting is configured using the current Group Policy object.

Dynamic = 2

The setting source is dynamic.

Generated = 3

The setting source is generated.

GroupPolicy = 4

The setting is configured using a Group Policy object.

Hardcoded = 5

The setting source is hardcoded.

Local = 6

The setting is configured using the local firewall management console.

None = 7

The setting source is none.

Unknown = 0

The setting source is unknown.