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