Multiple choice technology programming languages

Which Namespace allows us to implement the form authentication ?

  1. System.Web.Ui.Forms.Security

  2. System.Web.Configuration

  3. System.Web.Services

  4. System.Web.Security

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The System.Web.Security namespace provides classes for implementing ASP.NET security features, including forms authentication (FormsAuthentication class), membership providers, and role management. The other namespaces are for UI, configuration, and web services respectively.