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