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