5 writes to userSuppliedServerName
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (3)
26
this.
userSuppliedServerName
= serverName;
137
this.
userSuppliedServerName
= pathName.Retrieve(9 /*ADS_FORMAT_SERVER */);
146
this.
userSuppliedServerName
= "";
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
2545
this.
userSuppliedServerName
= pathName.Retrieve(9 /*ADS_FORMAT_SERVER */);
2554
this.
userSuppliedServerName
= "";
12 references to userSuppliedServerName
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (8)
105
this.domainFlatName =
userSuppliedServerName
;
106
this.forestDnsName =
userSuppliedServerName
;
107
this.domainDnsName =
userSuppliedServerName
;
113
using (DirectoryEntry rootDse = new DirectoryEntry("LDAP://" + this.
userSuppliedServerName
+ "/rootDse", "", "", AuthenticationTypes.Anonymous))
138
GlobalDebug.WriteLineIf(GlobalDebug.Info, "ADStoreCtx", "LoadComputerInfo: using user-supplied name {0}", this.
userSuppliedServerName
);
267
using (DirectoryEntry deRoot = new DirectoryEntry("LDAP://" +
userSuppliedServerName
+ "/rootDSE", credentials?.UserName, credentials?.Password, authTypes))
271
GlobalDebug.WriteLineIf(GlobalDebug.Error, "ADAMStoreCtx", "PopulatAuxObjectList Unable to read schemaNamingContrext from " +
userSuppliedServerName
);
278
using (DirectoryEntry deSCN = new DirectoryEntry("LDAP://" +
userSuppliedServerName
+ "/" + SchemaNamingContext, credentials?.UserName, credentials?.Password, authTypes))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
2348
if (this.
userSuppliedServerName
== null)
2352
if (this.
userSuppliedServerName
== null)
2357
return this.
userSuppliedServerName
;
2546
GlobalDebug.WriteLineIf(GlobalDebug.Info, "ADStoreCtx", "LoadComputerInfo: using user-supplied name {0}", this.
userSuppliedServerName
);