3 references to BindToDirectory
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1040
error = LdapPal.
BindToDirectory
(_ldapHandle, null, null);
1052
error = LdapPal.
BindToDirectory
(_ldapHandle, tempDomainName.ToString(), password);
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
108
error = LdapPal.
BindToDirectory
(_ldapHandle, cred.user, cred.password);