2 references to LdapConnection
Microsoft.AspNetCore.Authentication.Negotiate (1)
PostConfigureNegotiateOptions.cs (1)
76
ldapSettings.LdapConnection = new
LdapConnection
(di);
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
54
public LdapConnection(string server) :
this
(new LdapDirectoryIdentifier(server))