1 reference to ldap_delete_ext
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
22
internal static int DeleteDirectoryEntry(ConnectionHandle ldapHandle, string dn, IntPtr servercontrol, IntPtr clientcontrol, ref int messageNumber) => Interop.Ldap.
ldap_delete_ext
(ldapHandle, dn, servercontrol, clientcontrol, ref messageNumber);