Which namespace is used to implement authentication features?

Choose the correct answer

Explanation

The System.Web.Security namespace provides classes and interfaces for managing authentication and authorization in ASP.NET applications. Other namespaces like System.Web.Services, System.Web.UI.Forms.Security, and System.Web.Configuration serve different purposes and do not directly handle authentication.

Which namespace is used to implement authentication … — ASP.net | PakQuizHub