5 references to GetDnsHostNameFromNTDSA
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (1)
532string dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.FsmoRoleOwner)!);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (1)
1126namingFsmo = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.FsmoRoleOwner)!);
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1061dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, entry, PropertyManager.FsmoRoleOwner)!);
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
816dcName = Utils.GetDnsHostNameFromNTDSA(_context, (string)PropertyManager.GetPropertyValue(_context, entry, PropertyManager.FsmoRoleOwner)!);
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1280fsmoRoleOwnerName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.FsmoRoleOwner)!);