1 write to dnsHostName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1113properties.dnsHostName = (string)searchResponse.Entries[0].Attributes["dnsHostName"][0];
3 references to dnsHostName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (3)
154_directoryIdent = new LdapDirectoryIdentifier(_serverProperties.dnsHostName, useSSL ? _serverProperties.portSSL : _serverProperties.portLDAP); 709serverName = _serverProperties.dnsHostName + ":" + 1155GlobalDebug.WriteLineIf(GlobalDebug.Info, "ReadServerConfig", "dnsHostName : " + properties.dnsHostName);