What kind of helper methods does WebSecurity provide? (Choose all that apply.)
A. Login
B. ResetPassword
C. CreateAccount
D. ChangePassword
E. DeleteAccount
Answer:
ABCD
Explanation
A. Correct: Login is one of the methods provided by the WebSecurity helper.
B. Correct: ResetPassword is one of the methods provided by the WebSecurity helper.
C. Correct: CreateAccount is one of the methods provided by the WebSecurity helper.
D. Correct: ChangePassword is one of the methods provided by the WebSecurity helper.
E. Incorrect: DeleteAccount is not supported through the WebSecurity helper.