DomainType Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies the domain type of a network.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public enum DomainType
Visual Basic (Declaration)
Public Enumeration DomainType
Visual C++
public enum class DomainType

Members

Member nameDescription
NonDomainNetwork
The network is not an Active Directory network.
DomainNetwork
The network is an Active Directory network, but this machine is not authenticated against it.
DomainAuthenticated
The network is an Active Directory network, and this machine is authenticated against it.

See Also