4 references to All
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.Linux.cs (4)
66
return GetBoolValueHelper(LdapOption.LDAP_OPT_REFERRALS) ? ReferralChasingOptions.
All
: ReferralChasingOptions.None;
70
if (((value) & (~ReferralChasingOptions.
All
)) != 0)
74
if (value != ReferralChasingOptions.None && value != ReferralChasingOptions.
All
)
79
SetBoolValueHelper(LdapOption.LDAP_OPT_REFERRALS, value == ReferralChasingOptions.
All
);