Multiple choice technology web 2.0

The FormsAuthentication class is in the

  1. System.Web.Security

  2. System.Net.Security

  3. System.Data

  4. System.IO

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

The FormsAuthentication class, which manages forms-authentication services for Web applications, resides in the System.Web.Security namespace. Namespaces like System.Net.Security, System.Data, and System.IO serve network, data access, and input/output purposes respectively.