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)
88string adsPath = $"WinNT://{_serverName},computer"; 105userName = _serverName + "\\" + userName; 158_directoryIdent = new LdapDirectoryIdentifier(_serverName, useSSL ? LdapConstants.LDAP_SSL_PORT : LdapConstants.LDAP_PORT); 305return (BindSam(_serverName, userName, password)); 337return (BindSam(_serverName, userName, password));