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