Home »
MCQs »
ASP.Net MCQs
Which method is used to sign out from forms authentication?
39. Which method is used to sign out from forms authentication?
- Authentication.SignOut()
- Forms.UI.SignOut()
- FormsAuthentication.LogOut()
- FormsAuthentication.SignOut()
Answer: D) FormsAuthentication.SignOut()
Explanation:
To sign out from forms authentication - The FormsAuthentication.SignOut() method is used.