Multiple choice technology web technology

Which of the following is TRUE about Windows Authentication in ASP.NET?

  1. Automatically determines role membership

  2. Role membership determined only by user programming

  3. ASP.NET does not support Windows Authentication

  4. None of the Above

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

Windows Authentication in ASP.NET automatically determines role membership based on Windows user groups. When using Windows Authentication, ASP.NET can automatically map Windows user groups to roles without requiring explicit role configuration. The principal's IsInRole method can check Windows group membership automatically.