2 references to ADS_OPTION_REFERRALS
System.DirectoryServices (2)
System\DirectoryServices\DirectoryEntryConfiguration.cs (2)
22
return (ReferralChasingOption)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.
ADS_OPTION_REFERRALS
);
32
((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).SetOption((int)AdsOptions.
ADS_OPTION_REFERRALS
, value);