5 references to DirectoryEntry
System.DirectoryServices (5)
System\DirectoryServices\DirectoryEntries.cs (3)
48
DirectoryEntry entry = new
DirectoryEntry
(newChild, _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.AuthenticationType);
78
return new
DirectoryEntry
(o, _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.AuthenticationType);
128
return _currentEntry ??= new
DirectoryEntry
(_enumVariant.GetValue(), _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.AuthenticationType);
System\DirectoryServices\DirectoryEntry.cs (2)
673
return new
DirectoryEntry
(copy, newParent.UsePropertyCache, GetUsername(), GetPassword(), AuthenticationType);
799
return new
DirectoryEntry
(result, UsePropertyCache, GetUsername(), GetPassword(), AuthenticationType);