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