This documentation is archived and is not being maintained.
LocatorFlags Enumeration
Visual Studio 2008
The LocatorFlags enumeration specifies data required to locate a domain controller.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DirectoryServices.ProtocolsAssembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| None | No data required. The value is equal to 0 or 0x0. | |
| ForceRediscovery | Forces the cached domain controller to be ignored. The value is equal to 1 or 0x1. | |
| DirectoryServicesRequired | Requires that the returned domain controller support Windows 2000 or later. The value is equal to 16 or 0x10. | |
| DirectoryServicesPreferred | Attempts to find a domain controller that supports directory service functions (Windows 2000 or later). The value is equal to 32 or 0x20. | |
| GCRequired | Requires that the returned domain controller be a global catalog server for the forest of domains with this domain as the root. The value is equal to 64 or 0x40. | |
| PdcRequired | Requires that the returned domain controller be the primary domain controller for the domain. The value is equal to 128 or 0x80. | |
| IPRequired | Sets the Internet protocol address of the domain controller in the DomainControllerAddress member of DomainControllerInfo. The value is equal to 512 or 0x200. | |
| KdcRequired | Requires that the returned domain controller be currently running the Kerberos Key Distribution Center service. The value is equal to 1024 or 0x400. | |
| TimeServerRequired | Requires that the returned domain controller be currently running the Windows Time Service. The value is equal to 2048 or 0x800. | |
| WriteableRequired | Requires that the returned domain controller be writable. The value is equal to 4096 or 0x1000. | |
| GoodTimeServerPreferred | Attempts to find a domain controller that is a reliable time server. The value is equal to 8192 or 0x2000. | |
| AvoidSelf | Specifies that the domain controller returned should not be the current computer. The value is equal to 16384 or 0x4000. | |
| OnlyLdapNeeded | Specifies that the server returned is an LDAP server. The value is equal to 32768 or 0x8000. | |
| IsFlatName | Specifies that the DomainName parameter is a flat name. The value is equal to 65536 or 0x10000. | |
| IsDnsName | Specifies that the DomainName parameter is a DNS name. The value is equal to 131072 or 0x20000. | |
| ReturnDnsName | Specifies that the name returned should be a DNS name. The value is equal to 1073741824 or 0x40000000. | |
| ReturnFlatName | Specifies that the name should be a flat name. The value is equal to 2147483648 or 0x80000000. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: