2 writes to dnsHostName
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
103this.dnsHostName = ADUtils.GetServerName(this.ctxBase);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2421this.dnsHostName = ADUtils.GetServerName(this.ctxBase);
5 references to dnsHostName
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
2314if (this.dnsHostName == null) 2318if (dnsHostName == null) 2323return this.dnsHostName; 2439using (DirectoryEntry rootDse = new DirectoryEntry($"LDAP://{this.dnsHostName}:{port}/rootDse", "", "", AuthenticationTypes.Anonymous)) 2517"LDAP://" + this.dnsHostName + "/" + this.defaultNamingContext,