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 = 1The setting is configured using the current Group Policy object.
Dynamic = 2The setting source is dynamic.
Generated = 3The setting source is generated.
GroupPolicy = 4The setting is configured using a Group Policy object.
Hardcoded = 5The setting source is hardcoded.
Local = 6The setting is configured using the local firewall management console.
None = 7The setting source is none.
Unknown = 0The setting source is unknown.