Click or drag to resize

NetworkCategory Enumeration

Specifies the category type of a network.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum NetworkCategory
Members
  Member nameValueDescription
Public0The network is a public (untrusted) network.
Private1The network is a private (trusted) network.
Authenticated2The network is authenticated against an Active Directory domain.
See Also