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