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