2 references to DnsHostName
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
631
_foreignMembersToReturn = new SidList(sidList, _storeCtx.
DnsHostName
, _storeCtx.Credentials);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1808
string path = $"LDAP://{(string.IsNullOrEmpty(this.UserSuppliedServerName) ? this.
DnsHostName
: this.UserSuppliedServerName)}/{this.ContextBasePartitionDN}";