FirewallNetworkProfile Enumeration
Specifies a Windows firewall network profile.
Namespace: DevCase.Core.Networking.SecurityAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallNetworkProfile
Public Enumeration FirewallNetworkProfile
Dim instance As FirewallNetworkProfile
public enum class FirewallNetworkProfile
type FirewallNetworkProfile
No code example is currently available or this language may not be supported.
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.
|