Beispiel #1
0
 internal static partial int ldap_sasl_interactive_bind(
     ConnectionHandle ld,
     [MarshalAs(UnmanagedType.LPUTF8Str)] string dn,
     [MarshalAs(UnmanagedType.LPUTF8Str)] string mechanism,
     IntPtr serverctrls,
     IntPtr clientctrls,
     uint flags,
     LDAP_SASL_INTERACT_PROC proc,
     IntPtr defaults);
Beispiel #2
0
 internal static extern int ldap_sasl_interactive_bind(SafeHandle ld, string dn, string mechanism,
                                                       IntPtr serverctrls, IntPtr clientctrls, uint flags,
                                                       [MarshalAs(UnmanagedType.FunctionPtr)] LDAP_SASL_INTERACT_PROC proc, IntPtr defaults, IntPtr result, ref IntPtr rmech, ref int msgid);
Beispiel #3
0
 internal static extern int ldap_sasl_interactive_bind([In] ConnectionHandle ld, string dn, string mechanism, IntPtr serverctrls, IntPtr clientctrls, uint flags, [MarshalAs(UnmanagedType.FunctionPtr)] LDAP_SASL_INTERACT_PROC proc, IntPtr defaults);
Beispiel #4
0
 internal static partial int ldap_sasl_interactive_bind(ConnectionHandle ld, string dn, string mechanism, IntPtr serverctrls, IntPtr clientctrls, uint flags, LDAP_SASL_INTERACT_PROC proc, IntPtr defaults);