In ASP.NET, when Windows authentication is enabled, which object is associated with the current request?

Choose the correct answer

Explanation

The correct answer is WindowsPrincipal. When Windows authentication is used in ASP.NET, the current request is linked to a WindowsPrincipal object, which represents the security context of the user. The other options are unrelated to this process.

In ASP.NET, when Windows authentication is enabled, … — ASP.net | PakQuizHub