6 references to DirectoryEntry
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
238directoryEntry = new DirectoryEntry(paths[i]);
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
1302DirectoryEntry de = new DirectoryEntry("LDAP://" + Name);
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
426DirectoryEntry de = new DirectoryEntry("GC://" + Name);
System\DirectoryServices\Design\DirectoryEntryConverter.cs (1)
39newEntry = new DirectoryEntry(text);
System\DirectoryServices\DirectoryEntry.cs (2)
74public DirectoryEntry(string? path, string? username, string? password, AuthenticationTypes authenticationType) : this(path) 716DirectoryEntry entry = new DirectoryEntry(path);