.Net Interview Questions [Part 3]
You have been asked to recommend a security model for the .NET-based application your project team is working on. The application's user IDs and passwords will be stored inside a SQL Server database. Which .NET Framework component can be used to enable an application to use its own user ID and password authentication system?
- A. ApplicationPrincipal
- B. WindowsPrincipal
- C. GenericPrincipal
- D. WindowsSecurity