14 references to FsmoRoleOwner
System.DirectoryServices (14)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (3)
519
string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.
FsmoRoleOwner
)!);
532
string dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.
FsmoRoleOwner
)!);
539
string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.
FsmoRoleOwner
)!);
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (3)
279
roleObjectEntry.Properties[PropertyManager.
FsmoRoleOwner
].Value = NtdsaObjectName;
556
if (NtdsaObjectName.Equals((string)PropertyManager.GetPropertyValue(context, schemaEntry, PropertyManager.
FsmoRoleOwner
)!))
563
if (NtdsaObjectName.Equals((string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.
FsmoRoleOwner
)!))
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (2)
1126
namingFsmo = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.
FsmoRoleOwner
)!);
1130
namingFsmo = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.
FsmoRoleOwner
)!);
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (1)
604
adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(_context, (string)PropertyManager.GetPropertyValue(_context, entry, PropertyManager.
FsmoRoleOwner
)!);
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1061
dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, entry, PropertyManager.
FsmoRoleOwner
)!);
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
396
roleObjectEntry.Properties[PropertyManager.
FsmoRoleOwner
].Value = NtdsaObjectName;
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
816
dcName = Utils.GetDnsHostNameFromNTDSA(_context, (string)PropertyManager.GetPropertyValue(_context, entry, PropertyManager.
FsmoRoleOwner
)!);
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
1276
fsmoRoleOwnerName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.
FsmoRoleOwner
)!);
1280
fsmoRoleOwnerName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, partitionsEntry, PropertyManager.
FsmoRoleOwner
)!);