Is it possible to hide login credentials in a connection between a server and client using your API? Below shows my data. (modified to hide real cred)

Im connecting my SDK client towards Corporate system. Once connection established with camera i can obtain login credentials by looking at source in Internet Explorer. Simply rightclick in session window…

eManager.SetAuthentication(1);

        eManager.QueryEngine('Milestone-DATOR[\\\\LoginName',](file://LoginName',) 'Password', '[http://IPAddress:80/RCServer/systeminfo.xml](http://IPAddress:80/RCServer/systeminfo.xml)');

        if(eManager.IsUserOk() == false)

        {

No, the hard-coded login can be read as you say, you should ask the user to supply credentials at login.

Note. This activeX is planned to be discontinued. We recommend using Mobile Server protocol integration instead.

http://doc.developer.milestonesys.com/html/index.html?base=emaxhelp/main.html&tree=tree_2.html

Hi, Okay, well this solution is not used that way user should login.

we provide Graphical monitoring system quickly launches live video/playback when e.g. fire alarm or intrusion..

When do u think ActiveX will be discontinued?

*EDIT*Ah, i saw the document..

We will defenitly re-develop interface towards newer one.