2 references to ldap_get_option_int
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (2)
38
Interop.Ldap.
ldap_get_option_int
(ldapHandle, LdapOption.LDAP_OPT_ERROR_NUMBER, ref result);
44
internal static int GetIntOption(ConnectionHandle ldapHandle, LdapOption option, ref int outValue) => Interop.Ldap.
ldap_get_option_int
(ldapHandle, option, ref outValue);