3 references to DsServiceName
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (1)
747
cachedNtdsaObjectName = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.
DsServiceName
)!;
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (2)
651
string primaryServerNtdsaName = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.
DsServiceName
)!;
1036
string ntdsaName = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.
DsServiceName
)!;