Moderate

In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?

Correct answer: A. WindowsPrincipal

  • A. WindowsPrincipal
  • B. WindowDatset
  • C. Serialization
  • D. None of the Above

Explanation

With Windows authentication, ASP.NET associates the request's user with a WindowsPrincipal, which carries the Windows identity and role information. The other choices are unrelated to request authentication.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions