2 references to None
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.Linux.cs (2)
62
return GetBoolValueHelper(LdapOption.LDAP_OPT_REFERRALS) ? ReferralChasingOptions.All : ReferralChasingOptions.
None
;
70
if (value != ReferralChasingOptions.
None
&& value != ReferralChasingOptions.All)