Which method is used to sign out from forms authentication?

39. Which method is used to sign out from forms authentication?

  1. Authentication.SignOut()
  2. Forms.UI.SignOut()
  3. FormsAuthentication.LogOut()
  4. FormsAuthentication.SignOut()

Answer: D) FormsAuthentication.SignOut()

Explanation:

To sign out from forms authentication - The FormsAuthentication.SignOut() method is used.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.