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