3 writes to directoryEntryMgr
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
42
this.
directoryEntryMgr
= directoryEntryMgr;
67
this.
directoryEntryMgr
= directoryEntryMgr;
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
78
this.
directoryEntryMgr
= directoryEntryMgr;
31 references to directoryEntryMgr
System.DirectoryServices (31)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (12)
236
DirectoryEntry rootDSE =
directoryEntryMgr
.GetCachedDirectoryEntry(WellKnownDN.RootDSE);
261
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext);
266
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.PartitionsContainer);
462
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
503
DirectoryEntry serverEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(ServerObjectName);
517
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
531
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
554
schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context,
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext));
561
partitionsEntry = DirectoryEntryManager.GetDirectoryEntry(context,
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.PartitionsContainer));
591
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
617
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
769
DirectoryEntry ntdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (6)
63
foreach (DirectoryEntry entry in
directoryEntryMgr
.GetCachedDirectoryEntries())
96
string parentDN = "CN=Servers,CN=" + siteName + "," +
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.SitesContainer);
101
DirectoryEntry serverEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(serverName);
125
directoryEntryMgr
.RemoveIfExists(cachedSiteObjectName);
131
directoryEntryMgr
.RemoveIfExists(cachedServerObjectName);
137
directoryEntryMgr
.RemoveIfExists(cachedNtdsaObjectName);
System\DirectoryServices\ActiveDirectory\DomainController.cs (11)
265
DirectoryEntry serverNtdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
289
DirectoryEntry serverNtdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
325
DirectoryEntry rootDSE =
directoryEntryMgr
.GetCachedDirectoryEntry(WellKnownDN.RootDSE);
350
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext);
355
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.PartitionsContainer);
360
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.DefaultNamingContext);
365
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.RidManager);
370
roleObjectDN =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.Infrastructure);
646
DirectoryEntry computerEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(ComputerObjectName);
662
DirectoryEntry computerEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(ComputerObjectName);
699
string defaultNCName =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.DefaultNamingContext);
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (2)
185
DirectoryEntry serverNtdsaEntry =
directoryEntryMgr
.GetCachedDirectoryEntry(NtdsaObjectName);
232
schemaNC =
directoryEntryMgr
.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext);