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