BlogEngine.Core.Providers.DbMembershipProvider.ChangePasswordQuestionAndAnswer C# (CSharp) Méthode

ChangePasswordQuestionAndAnswer() public méthode

Not implemented
public ChangePasswordQuestionAndAnswer ( string username, string password, string newPasswordQuestion, string newPasswordAnswer ) : bool
username string The user to change the password question and answer for.
password string The password for the specified user.
newPasswordQuestion string The new password question for the specified user.
newPasswordAnswer string The new password answer for the specified user.
Résultat bool
        public override bool ChangePasswordQuestionAndAnswer(
            string username, string password, string newPasswordQuestion, string newPasswordAnswer)
        {
            throw new NotImplementedException();
        }