You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform.<br /> You are developing a Windows Service application. You need to change the security context in which the service runs.<br /> The service will be run in context of a non-privileged user on the local computer and present anonymous credentials to any remote server.<br /> You are required to set the Account property of the ServiceProcessInstaller class to specify the service account.<br /> What should you do?()
A、Use ServiceAccount.User.
B、Use ServiceAccount.LocalService.
C、Use ServiceAccount.LocalSystem.
D、Use ServceAccount.NetworkService.