2 references to BindHelper
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
990public void Bind() => BindHelper(_directoryCredential, needSetCredential: false); 992public void Bind(NetworkCredential newCredential) => BindHelper(newCredential, needSetCredential: true);