TwclNlmNetworkCategory Enumeration

The enumeration is a set of flags that specify the category type of a network.

Namespace: wclNlm
type
 TwclNlmNetworkCategory = (
 nlmCategoryPublic,
 nlmCategoryPrivate,
 nlmCategoryDomainAuthenticated
 );

The TwclNlmNetworkCategory type exposes the following members.

Show:
 NameDescription
nlmCategoryDomainAuthenticated

The network is authenticated against an Active Directory domain.

nlmCategoryPrivate

The network is a private (trusted) network.

nlmCategoryPublic

The network is a public (untrusted) network.

Top

The private or public network categories must never be used to assume which Windows Firewall ports are open, as the user can change the default settings of these categories. Instead, Firewall APIs should be called to ensure the ports that the required ports are open.