5 references to DnsForestName
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
1192Forest forest = Forest.GetForest(new DirectoryContext(DirectoryContextType.Forest, this.DnsForestName, this.credentials?.UserName, this.credentials?.Password)); 1394if (string.Equals(foreignADStore.DnsForestName, this.DnsForestName, StringComparison.OrdinalIgnoreCase))
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (2)
363string p1DnsForestName = ((ADStoreCtx)p1.GetStoreCtxToUse()).DnsForestName; 364string p2DnsForestName = ((ADStoreCtx)p2.GetStoreCtxToUse()).DnsForestName;