Google News
logo
ASP.NET - Quiz(MCQ)
Which method is used to sign out from forms authentication?
A)
Forms.UI.SignOut()
B)
FormsAuthentication.SignOut()
C)
Authentication.SignOut()
D)
FormsAuthentication.LogOut()

Correct Answer :   FormsAuthentication.SignOut()

Advertisement