2 writes to _serverName
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
75
_serverName
= Environment.MachineName;
79
_serverName
= serverName;
5 references to _serverName
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\Context.cs (5)
88
string adsPath = $"WinNT://{
_serverName
},computer";
105
userName =
_serverName
+ "\\" + userName;
158
_directoryIdent = new LdapDirectoryIdentifier(
_serverName
, useSSL ? LdapConstants.LDAP_SSL_PORT : LdapConstants.LDAP_PORT);
305
return (BindSam(
_serverName
, userName, password));
337
return (BindSam(
_serverName
, userName, password));