Click or drag to resize

DomainType Enumeration

Specifies the domain type of a network.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum DomainType
Members
  Member nameValueDescription
None0The Network is not an Active Directory Network.
DomainNetwork1The Network is an Active Directory Network, but this machine is not authenticated against it.
DomainAuthenticated2The Network is an Active Directory Network, and this machine is authenticated against it.
See Also