4 references to TrustParent
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\Domain.cs (4)
1112propertiesToLoad[1] = PropertyManager.TrustParent; 1120if (res.Properties[PropertyManager.TrustParent].Count > 0) 1122_trustParent = (string?)res.Properties[PropertyManager.TrustParent][0]; 1195str.Append(PropertyManager.TrustParent);