FirewallNetworkProfile Enumeration

Specifies a Windows firewall network profile.

Definition

Namespace: DevCase.Core.Networking.Security
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallNetworkProfile

Remarks

Members

Domain 1 Profile type is domain.
Private 2 Profile type is private.

This profile type is used for home and other private network types.

Public 4 Profile type is public.

This profile type is used for public Internet access points.

All 2,147,483,647 All profiles.

See Also