4 references to DefaultNamingContext
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (2)
186
distinguishedName = (string)PropertyManager.GetPropertyValue(_context, rootDSE, PropertyManager.
DefaultNamingContext
)!;
303
distinguishedName = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.
DefaultNamingContext
)!;
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
110
defaultDomainNC = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.
DefaultNamingContext
)!;
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1043
string? namingContext = (string?)PropertyManager.GetPropertyValue(context, de, PropertyManager.
DefaultNamingContext
);