5 references to MsDSDefaultNamingContext
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (5)
595
if (ntdsaEntry.Properties[PropertyManager.
MsDSDefaultNamingContext
].Value == null)
602
_cachedDefaultPartition = (string)PropertyManager.GetPropertyValue(context, ntdsaEntry, PropertyManager.
MsDSDefaultNamingContext
)!;
620
if (ntdsaEntry.Properties.Contains(PropertyManager.
MsDSDefaultNamingContext
))
622
ntdsaEntry.Properties[PropertyManager.
MsDSDefaultNamingContext
].Clear();
641
ntdsaEntry.Properties[PropertyManager.
MsDSDefaultNamingContext
].Value = value;