4 references to ldap_get_option_ptr
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
46
internal static int GetPtrOption(ConnectionHandle ldapHandle, LdapOption option, ref IntPtr outValue) => Interop.Ldap.
ldap_get_option_ptr
(ldapHandle, option, ref outValue);
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (3)
159
int error = Interop.Ldap.
ldap_get_option_ptr
(_ldapHandle, LdapOption.LDAP_OPT_X_SASL_REALM, ref outValue);
164
error = Interop.Ldap.
ldap_get_option_ptr
(_ldapHandle, LdapOption.LDAP_OPT_X_SASL_AUTHCID, ref outValue);
169
error = Interop.Ldap.
ldap_get_option_ptr
(_ldapHandle, LdapOption.LDAP_OPT_X_SASL_AUTHZID, ref outValue);