In ASP.NET, when Windows authentication is enabled, which object is associated with the current request?
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.