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