AppWeb.CustomMembershipProvider.ResetPassword C# (CSharp) Method

ResetPassword() public method

public ResetPassword ( string username, string answer ) : string
username string
answer string
return string
        public override string ResetPassword(string username, string answer)
        {
            throw new NotImplementedException();
        }