ReferralChasingOptions Enumeration
.NET Framework 3.0
The ReferralChasingOptions enumeration specifies if and how referral chasing is pursued.
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
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 | |
|---|---|---|
| All | Chase referrals of either the subordinate or external type. The value is equal to 96 or 0x60. | |
| External | Chase external referrals. The value is equal to 64 or 0x40. | |
| None | Never chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process. The value is equal to 0 or 0x0. | |
| Subordinate | Chase only subordinate referrals which are a subordinate naming context in a directory tree. The ADSI LDAP provider always turns off this flag for paged searches. The value is equal to 32 or 0x20. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: